AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agent Sdk

skill-lldxflwb-claude-code-skills-agent-sdk · by lldxflwb

A Claude skill from lldxflwb/claude-code-skills.

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-lldxflwb-claude-code-skills-agent-sdk

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-lldxflwb-claude-code-skills-agent-sdk)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agent Sdk? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Claude Agent SDK

Provides local documentation for the Claude Agent SDK (formerly Claude Code SDK). Use this skill to answer questions about building AI agents with the Agent SDK, including Python and TypeScript API usage, built-in tools, hooks, subagents, MCP, sessions, permissions, structured outputs, hosting, deployment, and more.

When to use

  • When the user asks about Claude Agent SDK development, API, or configuration
  • When developing code that imports claude_agent_sdk or @anthropic-ai/claude-agent-sdk
  • When the user mentions "agent sdk", "claude agent sdk", or "claude code sdk"
  • When building AI agents using the Agent SDK

When NOT to use

  • General Claude API questions that don't involve the Agent SDK
  • Claude Code CLI usage questions (use claude-code-guide agent instead)

Instructions

  1. Read the documentation index at skills/agent-sdk/docs/INDEX.md to understand the available docs
  2. Based on the user's question, read the relevant doc file(s) from skills/agent-sdk/docs/
  3. Answer the question using the documentation content, providing code examples when appropriate
  4. Always include both Python and TypeScript examples when available in the docs

Documentation update

When the user says "update agent sdk docs" or "更新 agent sdk 文档":

  1. Run the update script: python3 skills/agent-sdk/scripts/update-docs.py
  2. Report how many pages were updated successfully

Key documentation files

| Topic | File | |-------|------| | Overview & getting started | docs/overview.md | | Quickstart tutorial | docs/quickstart.md | | Agent loop internals | docs/agent-loop.md | | Claude Code features | docs/claude-code-features.md | | Sessions & context | docs/sessions.md | | Streaming input | docs/streaming-vs-single-mode.md | | Streaming output | docs/streaming-output.md | | MCP servers | docs/mcp.md | | Custom tools | docs/custom-tools.md | | Tool search | docs/tool-search.md | | Permissions | docs/permissions.md | | User input & approvals | docs/user-input.md | | Hooks | docs/hooks.md | | File checkpointing | docs/file-checkpointing.md | | Structured outputs | docs/structured-outputs.md | | Hosting | docs/hosting.md | | Secure deployment | docs/secure-deployment.md | | System prompts | docs/modifying-system-prompts.md | | Subagents | docs/subagents.md | | Slash commands | docs/slash-commands.md | | Skills | docs/skills.md | | Cost tracking | docs/cost-tracking.md | | Todo lists | docs/todo-tracking.md | | Plugins | docs/plugins.md | | TypeScript SDK ref | docs/typescript.md | | TypeScript V2 | docs/typescript-v2-preview.md | | Python SDK ref | docs/python.md | | Migration guide | docs/migration-guide.md |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.