Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agent-native

agent-native 收录了来自 BuilderIO 的 125 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
125
Stars
1.7k
更新
2026-06-22
Forks
172
职业覆盖
11 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

agent-native-docs
软件开发工程师

How to look up version-matched Agent Native framework docs in node_modules. Use before coding against @agent-native/core APIs or advanced features.

2026-06-22
content
软件开发工程师

Use Content for repo-backed Markdown/MDX docs, blogs, resources, rich document editing, local components, shareable copies, and Content local-file workspaces. Prefer Content actions over raw filesystem writes when available.

2026-06-22
ai-video-tools
软件开发工程师

All AI features in Clips — titles, summaries, chapters, tags, filler-word removal — delegate to the agent chat via sendToAgentChat except the narrow media pipeline path: transcription. Use when adding any AI-powered feature.

2026-06-22
video-sharing
软件开发工程师

How Clips shares recordings — composes with the framework sharing skill and adds password, expiry, embed URLs, and view-counting. Use when wiring the share dialog, building embed links, adding a password, or debugging who can see a recording.

2026-06-22
integration-webhooks
软件开发工程师

Cross-platform pattern for handling messaging integration webhooks (Slack, Telegram, WhatsApp, email, etc.) on serverless hosts. Use when adding a new integration adapter, debugging dropped messages, or wiring long-running agent work into a webhook handler.

2026-06-22
visual-plan
软件开发工程师

Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.

2026-06-22
visual-recap
软件开发工程师

Turn a PR, branch, commit, or git diff into an interactive visual recap with diagrams, file maps, API/schema summaries, annotated diffs, and focused review notes.

2026-06-22
authentication
软件开发工程师

How auth works in agent-native apps. Use when wiring login/signup, configuring auth modes, setting up organizations, protecting routes, or debugging session issues.

2026-06-22
harness-agents
软件开发工程师

Add or use full agent harness runtimes like Claude Code, Codex, Pi, Cursor, Mastra, or ACP agents inside Agent Native.

2026-06-20
remotion-best-practices
软件开发工程师

Best practices for Remotion - Video creation in React

2026-06-20
recording
软件开发工程师

How screen and camera recording works in Clips — MediaRecorder lifecycle, chunked upload, permission handling, pause/resume, camera bubble overlay, and error recovery. Use when adding or modifying the recorder UI, the upload endpoint, or permission prompts.

2026-06-19
delegate-to-agent
其他计算机职业

How to delegate all AI work to the agent chat. Use when delegating AI work from UI or scripts to the agent, when a user asks for agent behavior or LLM-powered features, when tempted to add inline LLM calls, or when sending messages to the agent from application code.

2026-06-19
real-time-sync
软件开发工程师

How to keep the UI in sync with agent changes via SSE plus polling fallback. Use when wiring query invalidation for new data models, debugging UI not updating, or understanding jitter prevention.

2026-06-19
composable-mini-apps
其他计算机职业

Build many focused workspace apps that compose through agent discovery and A2A. Use when designing headless mini-apps or cross-app workflows.

2026-06-18
actions
软件开发工程师

How to create and run agent actions. Actions are the single source of truth for app operations — the agent calls them as tools and frontend code calls them through client hooks. Use when creating a new action, adding an API integration, or wiring up frontend data fetching.

2026-06-18
agent-native-docs
其他计算机职业

How to find version-matched Agent Native framework docs bundled in node_modules. Use before implementing or answering questions about @agent-native/core APIs, generated apps, workspaces, or advanced features.

2026-06-18
secrets
软件开发工程师

Declaratively register API keys and service credentials a template needs so they appear in the agent sidebar settings UI and the onboarding checklist. Use for any third-party API key (OpenAI, Stripe, Twilio, etc.) and for surfacing OAuth connections in the unified settings UI.

2026-06-18
client-side-routing
软件开发工程师

How to add routes without remounting the app shell. Use when adding a new route, fixing agent sidebar reloads on navigation, or choosing between `root.tsx` layout and pathless `_app.tsx` layout patterns.

2026-06-18
context-awareness
软件开发工程师

How the agent knows what the user is looking at. Use when exposing UI state to the agent, implementing view-screen or navigate actions, wiring navigation state, or debugging agent context issues.

2026-06-18
visual-answer
软件开发工程师

Answer code/product questions as visual Plan artifacts using repo, bridge, or GitHub context; use for API specs, UI look, schema models, and architecture.

2026-06-18
gong
市场调研分析师与营销专员

Search Gong call metadata and transcript excerpts for sales-call analysis, customer conversations, objections, risks, and next steps.

2026-06-17
provider-api
软件开发工程师

Make arbitrary authenticated HTTP calls to configured Analytics providers when first-class actions are too narrow; inspect provider docs/specs first.

2026-06-17
gong
市场调研分析师与营销专员

Search sales call recordings, transcripts, and participants via Gong. Use this skill when the user asks about sales calls, customer conversations, or call transcripts.

2026-06-17
provider-api
软件开发工程师

Make arbitrary authenticated HTTP calls to configured Analytics provider APIs when first-class actions are too narrow.

2026-06-17
form-responses
软件开发工程师

How to view, export, and analyze form responses. Use when the user asks about submitted data, wants to export responses, or needs response analytics.

2026-06-17
external-agents
其他计算机职业

Connect external agents and MCP hosts (Claude, Claude Desktop, Claude Code, ChatGPT custom MCP apps, Codex, Cursor, Claude Cowork, VS Code GitHub Copilot, Goose, Postman, MCPJam) to an agent-native app over MCP, and round-trip artifacts back into the UI with MCP Apps and deep links. Use when adding an action's `link` builder or `mcpApp`, wiring the `/_agent-native/open` route, exposing an "ingest" action to MCP/A2A, or scaffolding apps from an external agent.

2026-06-17
observability
软件开发工程师

Agent observability, evals, feedback, and experiments. Use when adding observability dashboards, configuring trace capture, setting up evals, creating A/B experiments, or collecting user feedback on agent responses.

2026-06-17
security
信息安全分析师

Secure coding practices for agent-native apps: input validation, SQL injection, XSS, secrets, data scoping, and auth. Use when writing any action, route, or component that touches user data or external input.

2026-06-17
ship
软件开发工程师

Commit and push all local current-branch work, open a ready PR, babysit it, merge when clean, then create a fresh branch

2026-06-17
analysis-workspace
软件开发工程师

How to use Resources-backed workspace files for large-scale multi-source analyses: scratch/ temporary staging, chunked batch processing with per-item memos, run-code aggregation, saveToFile for big API pulls, and synthesizing across files that exceed one context window.

2026-06-16
data-querying
软件开发工程师

General guidance on querying data sources, using existing scripts vs ad-hoc queries, filtering patterns, and generating charts for the analytics app.

2026-06-16
adding-a-feature
软件开发工程师

The four-area checklist every new feature must complete. Use when adding any feature, integration, or capability to ensure the agent and UI stay in parity.

2026-06-15
bigquery
软件开发工程师

Query the configured BigQuery warehouse for analytics data. Use when the user asks for warehouse SQL, BigQuery tables, Amplitude-in-BigQuery events, or a metric/table that the data dictionary says lives in BigQuery.

2026-06-15
hubspot
软件开发工程师

Query HubSpot CRM for deals, companies, contacts, tickets, owners, and account/deal context.

2026-06-15
availability-booking
软件开发工程师

How the booking system works: checking availability, managing booking links, configuring availability settings, and the public booking URL pattern.

2026-06-15
babysit-pr
软件开发工程师

Monitor a PR, fix feedback and CI failures until fully green for 30 min. Run with /babysit-pr <number>

2026-06-15
extensions
软件开发工程师

Creating, editing, and managing extensions — sandboxed Alpine.js mini-apps that run inside iframes. Use when a user asks for a dashboard, widget, calculator, or any interactive mini-app that calls external APIs. Distinct from LLM "tools" (function calls) — see note below.

2026-06-12
storing-data
软件开发工程师

How to store application data in agent-native apps. All data lives in SQL. Use when adding data models, deciding where to store data, or reading/writing application data.

2026-06-12
assets
其他计算机职业

Use Agent Native Assets for image and video generation requests, brand-safe asset search/export, and human-in-the-loop asset selection through the hosted Assets MCP app. Prefer this over generic image tools when installed.

2026-06-12
design-exploration
网页与数字界面设计师

Use Agent Native Design for UI exploration, side-by-side design directions, interactive prototype previews, human selection, iteration, and coding handoff through the hosted Design MCP app.

2026-06-12
当前展示该仓库 Top 40 / 125 个已收集 skills。