Update claude-api skill: Managed Agents
autopermission policy andant beta:sessions connect(#1750)Adds the third Managed Agents permission policy,
auto, alongsidealways_allow/always_ask: the three outcomes (runs, denied as high-risk with an error tool result while the session keeps running, pauses for approval when indeterminate), a config example, what the evaluation trusts, and the “not a human checkpoint” warning. Documents theevaluated_permissionandevaluationfields onagent.tool_use/agent.mcp_tool_use, and updates the client-pattern and multiagent guides to gate onevaluated_permission === 'ask'rather than the configured policy.Adds
ant beta:sessions connectto the CLI guide: terminal viewer keybindings, the allow/deny prompt, and the--weblocal session viewer.Fixes the deny example to use
deny_message(the real field) instead ofmessage.Claude-Session: https://claude.ai/code/session_01UkZpc4FqLFPLBJF2Zcuq3a
Co-authored-by: Claude noreply@anthropic.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Skills
Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. Skills teach Claude how to complete specific tasks in a repeatable way, whether that’s creating documents with your company’s brand guidelines, analyzing data using your organization’s specific workflows, or automating personal tasks.
For more information, check out:
About This Repository
This repository contains skills that demonstrate what’s possible with Claude’s skills system. These skills range from creative applications (art, music, design) to technical tasks (testing web apps, MCP server generation) to enterprise workflows (communications, branding, etc.).
Each skill is self-contained in its own folder with a
SKILL.mdfile containing the instructions and metadata that Claude uses. Browse through these skills to get inspiration for your own skills or to understand different patterns and approaches.Many skills in this repo are open source (Apache 2.0). We’ve also included the document creation & editing skills that power Claude’s document capabilities under the hood in the
skills/docx,skills/pdf,skills/pptx, andskills/xlsxsubfolders. These are source-available, not open source, but we wanted to share these with developers as a reference for more complex skills that are actively used in a production AI application.Disclaimer
These skills are provided for demonstration and educational purposes only. While some of these capabilities may be available in Claude, the implementations and behaviors you receive from Claude may differ from what is shown in these skills. These skills are meant to illustrate patterns and possibilities. Always test skills thoroughly in your own environment before relying on them for critical tasks.
Skill Sets
Try in Claude Code, Claude.ai, and the API
Claude Code
You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
Then, to install a specific set of skills:
Browse and install pluginsanthropic-agent-skillsdocument-skillsorexample-skillsInstall nowAlternatively, directly install either Plugin via:
After installing the plugin, you can use the skill by just mentioning it. For instance, if you install the
document-skillsplugin from the marketplace, you can ask Claude Code to do something like: “Use the PDF skill to extract the form fields frompath/to/some-file.pdf“Claude.ai
These example skills are all already available to paid plans in Claude.ai.
To use any skill from this repository or upload custom skills, follow the instructions in Using skills in Claude.
Claude API
You can use Anthropic’s pre-built skills, and upload custom skills, via the Claude API. See the Skills API Quickstart for more.
Creating a Basic Skill
Skills are simple to create - just a folder with a
SKILL.mdfile containing YAML frontmatter and instructions. You can use the template-skill in this repository as a starting point:The frontmatter requires only two fields:
name- A unique identifier for your skill (lowercase, hyphens for spaces)description- A complete description of what the skill does and when to use itThe markdown content below contains the instructions, examples, and guidelines that Claude will follow. For more details, see How to create custom skills.
Partner Skills
Skills are a great way to teach Claude how to get better at using specific pieces of software. As we see awesome example skills from partners, we may highlight some of them here: