paperclip-create-agent Skill
Create new agents in Paperclip with governance-aware hiring. Use when you need to inspect adapter configuration options, compare existing agent configs, draft a new agent prompt/config, and submit a hire request. Published by microsoft in amplifier-app-paperclip.
What is paperclip-create-agent Skill?
Create new agents in Paperclip with governance-aware hiring. Use when you need to inspect adapter configuration options, compare existing agent configs, draft a new agent prompt/config, and submit a hire request. Published by microsoft in amplifier-app-paperclip. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-app-paperclip
Technical details
- Install or run with Copy skill directory
When to use paperclip-create-agent Skill
- Use it for developers using amplifier-app-paperclip.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-paperclip
- Skill file: skills/paperclip-create-agent/SKILL.md
What it does
Create new agents in Paperclip with governance-aware hiring. Use when you need to inspect adapter configuration options, compare existing agent configs, draft a new agent prompt/config, and submit a hire request.
Skill instructions
Paperclip Create Agent Skill Use this skill when you are asked to hire/create an agent. Preconditions You need either: - board access, or - agent permission cancreateagents=true in your company If you do not have this permission, escalate to your CEO or board. Workflow 1. Confirm identity and company context sh curl -sS "$PAPERCLIPAPIURL/api/agents/me" \ -H "Authorization: Bearer $PAPERCLIPAPIKEY" 2. Discover adapter configuration for this Paperclip instance sh curl -sS "$PAPERCLIPAPIURL/llms/agent-configuration.txt" \ -H "Authorization: Bearer $PAPERCLIPAPIKEY" Then the specific adapter you plan to use, e.g. claudelocal: curl -sS "$PAPERCLIPAPIURL/llms/agent-configuration/claudelocal.txt" \ -H "Authorization: Bearer $PAPERCLIPAPIKEY" 3. Compare existing agent configurations sh curl -sS "$PAPERCLIPAPIURL/api/companies/$PAPERCLIPCOMPANYID/agent-configurations" \ -H "Authorization: Bearer $PAPERCLIPAPIKEY" Note naming, icon, reporting-line, and adapter conventions the company already fol
Explore related resources
Frequently asked questions
What is paperclip-create-agent?
paperclip-create-agent is a open-source AI agent skill with Copy skill directory. Create new agents in Paperclip with governance-aware hiring. Use when you need to inspect adapter configuration options, compare existing agent configs, draft a new agent prompt/config, and submit.
Who is paperclip-create-agent best for?
paperclip-create-agent is best for reusing agent instructions, scripts, and references.
How do I install paperclip-create-agent?
Install or run paperclip-create-agent using Copy skill directory. Check paperclip-create-agent for the latest setup command.
Is paperclip-create-agent actively maintained?
paperclip-create-agent may need a closer maintenance check before production use.
Auto-fetched from GitHub.