Skip to content

Tagged AgentDocs

9 agentdocs tagged

api

Native Data Fetching

Expo Networking You MUST use this skill for ANY networking work including API requests, data fetching, caching, or network debugging. References Consult these resources as needed: references/...

@expo·
5h ago
·
1463 words

Expo Api Routes

When to Use API Routes Use API routes when you need: - Server-side secrets — API keys, database credentials, or tokens that must never reach the client - Database operations — Direct database queries...

@expo·
5h ago
·
1163 words

Lark Slides

slides (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 CRITICAL — 生成任何 XML 之前,MUST 先用 Read 工具读取 xml-schema-quick-ref.md,禁止凭记忆猜测 XML 结构。 身份选择 飞书幻灯片通常是用户自己的内容资源。默认应优先显式使用 --as...

@larksuite·
5h ago
·
1567 words

Lark Approval

approval (v4) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 API Resources bash lark-cli schema approval.<resource>.<method> # 调用 API 前必须先查看参数结构 lark-cli approval <resource>...

@larksuite·
5h ago
·
162 words

Capture API Response Test Fixture

For provider response parsing tests, store test fixtures with the true responses from the providers (unless they are too large, in which case semantic-preserving trimming is acceptable). The fixtures...

@vercel·
5h ago
·
256 words

gws Shared Reference

gws — Shared Reference Installation The gws binary must be on $PATH. See the project README for install options. Authentication bash Browser-based OAuth (interactive) gws auth login Service Account...

@googleworkspace·
5h ago
·
378 words

Developing with Genkit JS

Genkit JS Prerequisites Ensure the genkit CLI is available. - Run genkit --version to verify. Minimum CLI version needed: 1.29.0 - If not found: npm install -g genkit-cli@^1.29.0 Hello World ts...

@firebase·
5h ago
·
294 words

claude-api

Claude API The Claude API skill helps you develop LLM-powered applications using Claude and the Anthropic SDK. Supported Languages Python, TypeScript, Java, Go, Ruby, C#, PHP, and cURL/raw HTTP. Core...

@anthropics·
5h ago
·
318 words

react-view-transitions

React View Transitions Implementing smooth animations using React's View Transition API — enabling native-feeling transitions without third-party libraries. Core Mechanics The <ViewTransition>...

@vercel-labs·
5h ago
·
296 words