← All skills
Tencent SkillHub Β· AI

Create Agent

Creates new Overstory agents for Overclaw by updating all seven integration points (config, manifest, agent-def, gateway prompt, task_router, generate_agent_...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Creates new Overstory agents for Overclaw by updating all seven integration points (config, manifest, agent-def, gateway prompt, task_router, generate_agent_...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, scripts/analyze_agent_needs.py, scripts/create_agent.py

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Create Agent

Creates and registers new Overstory agents so Overclaw can recognize and use them. Automates the steps documented in .overstory/CREATING_AGENTS.md.

When to use

You want to add a new agent type (e.g. troubleshooter, docs-writer) to Overclaw. You want to ensure all seven integration points are updated consistently. You want to suggest new agents from Overclaw logs, TROUBLESHOOTING.md, mulch, or project structure.

create_agent.py

Main CLI for creating or validating agents. Manual creation: python3 scripts/create_agent.py \ --name "troubleshooter" \ --description "Analyzes logs and troubleshoots issues" \ --capabilities "troubleshoot,debug,analyze" \ --model "sonnet" \ --tools "Read,Glob,Grep,Bash" \ --can-spawn false \ --constraints "read-only" Options: --dry-run (preview only), --no-regenerate (skip gateway context regeneration), --rollback-on-fail (revert changes if validation fails). Analysis mode (suggestions only): python3 scripts/create_agent.py \ --analyze-from-logs \ --analyze-from-troubleshooting \ --suggest-only

analyze_agent_needs.py

Helper for analysis mode: parses logs, TROUBLESHOOTING.md, mulch, and project tree to suggest new agent definitions. Can be run standalone or via create_agent.py --analyze-*.

Integration points updated

.overstory/config.yaml β€” capability entry .overstory/agent-manifest.json β€” agent + capabilityIndex .overstory/agent-defs/<name>.md β€” agent definition scripts/overclaw_gateway.py β€” orchestrator system prompt skills/nanobot-overstory-bridge/scripts/task_router.py β€” CAPABILITY_PATTERNS skills/nanobot-overstory-bridge/scripts/generate_agent_context.py β€” CAPABILITY_PRIVILEGES Regeneration of gateway-context.md and skills-manifest.json

References

CREATING_AGENTS.md β€” Step-by-step explainer .overstory/agent-defs/blogger.md β€” Example agent def .overstory/agent-defs/supervisor.md β€” Example coordinator-style agent

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/analyze_agent_needs.py Scripts
  • scripts/create_agent.py Scripts
  • _meta.json Config