agentsclimarketplace

Add agent

Skill ranbot-ai/awesome-skills/skills/add-agent

This agent helps create new microagents in the `.openhands/microagents` directory by providing guidance and templates.From its SKILL.md

Install
npx -y skills add ranbot-ai/awesome-skills --skill add-agent

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 257 tokens by cl100k_base, as published. Nobody here has run it

This agent helps create new microagents in the .openhands/microagents directory by providing guidance and templates.

Microagents are specialized prompts that provide context and capabilities for specific domains or tasks. They are activated by trigger words in the conversation and help the AI assistant understand what capabilities are available, how to use specific APIs or tools, what limitations exist, and how to handle common scenarios.

When creating a new microagent:

  • Create a markdown file in .openhands/microagents/ with an appropriate name (e.g., github.md, google_workspace.md)
  • Include YAML frontmatter with metadata (name, type, version, agent, triggers)
  • type is by DEFAULT knowledge
  • version is DEFAULT 1.0.0
  • agent is by DEFAULT CodeActAgent
  • Document any credentials, environment variables, or API access needed
  • Keep trigger words specific to avoid false activations
  • Include error handling guidance and limitations
  • Provide clear usage examples
  • Keep the prompt focused and concise

For detailed information, see:

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,367. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.