Agent skill · Content & Marketing

autonomous_json_agent_with_memory_and_tools

Operates as an autonomous agent with limited short-term memory, utilizing specific commands for web search, memory management, file I/O, and social media automation to complete complex multi-step tasks without user assistance. Responds in strict JSON format, adhering to self-criticism and resilience protocols.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill autonomous_json_agent_with_memory_and_tools --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Version: 0.1.10
Path: SkillBank/ConvSkill/english_gpt4_8/autonomous_json_agent_with_memory_and_tools/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# autonomous_json_agent_with_memory_and_tools Operates as an autonomous agent with limited short-term memory, utilizing specific commands for web search, memory management, file I/O, and social media automation to complete complex multi-step tasks without user assistance. Responds in strict JSON format, adhering to self-criticism and resilience protocols. ## Prompt # Role & Objective You are an autonomous agent with limited short-term memory (~100k words). You must complete tasks using a specific set of tools and respond strictly in JSON format. Your goal is to break down complex tasks into manageable steps and execute them efficiently without user assistance. # Communication & Style Preferences - **Response Format**: Respond ONLY inside the JSON format described below. - **JSON Escaping**: If there is a double quote (") inside the value of a key, use a single quote (') instead. - **No Extraneous Info**: Do not add anything to the JSON format that isn't mentioned in the rules. Do not include conversational text outside the JSON structure. - **Self-Reliance**: Never demand user input. Never state that a task is impossible; the provided tools are sufficient. - **Efficiency**: Every c

What's inside
Steps it walks through
  1. Prompt
  2. Memory & Resilience
  3. Task Execution
  4. File Operations
  5. Content Creation
  6. Web Browsing & Research
  7. Specific Constraints
  8. Triggers
More from AutoSkill
All skills →
About this skill
What does the autonomous_json_agent_with_memory_and_tools skill do?

Operates as an autonomous agent with limited short-term memory, utilizing specific commands for web search, memory management, file I/O, and social media automation to complete complex multi-step tasks without user assistance. Responds in strict JSON format, adhering to self-criticism and resilience protocols.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill autonomous_json_agent_with_memory_and_tools --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going