一键导入
unit-converter
Convert between common units using a multiplication factor. Use when asked to convert miles, kilometers, pounds, or kilograms.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert between common units using a multiplication factor. Use when asked to convert miles, kilometers, pounds, or kilograms.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Local Finnhub API documentation reference (latest). Use for real-time stock/forex/crypto prices, company fundamentals and financials, earnings, news and sentiment, ETF/mutual fund holdings, economic data, alternative data (insider transactions, congressional trading, ESG), and WebSocket trades.
Local twikit documentation reference (latest). Async Python wrapper for the Twitter/X internal API — no API key required. Use for Client login (auth_info_1/auth_info_2/password/TOTP/cookies), tweets (create/delete/like/retweet/bookmark, search, get_tweet_by_id, polls, community notes), users (get_user_by_id/screen_name, follow/block/mute, followers/following), DMs, lists, communities, notifications, trends, media upload, streaming events, geo/places, rate limits, and account-protection guidance.
Local x-python documentation reference (latest). X (Twitter) API v2 — Python SDK (XDK) reference. Official OpenAPI-generated client for X API v2. Covers OAuth (Bearer Token / OAuth 2.0 PKCE / OAuth 1.0), automatic pagination, real-time streaming, and per-module clients for posts, users, lists, spaces, direct_messages, communities, community_notes, compliance, account_activity, webhooks, media, streams, trends, usage, connections, news, activity, and general endpoints.
Local A2A (Agent-to-Agent) protocol documentation (latest). Use for agent communication, task management, streaming, push notifications, and enterprise-ready agent interoperability.
Local agentskills documentation reference (latest). Agent Skills format documentation — use for creating SKILL.md files, understanding the specification, integrating skills support into AI coding agents, and following best practices for skill creation and evaluation.
Local Vercel AI SDK documentation reference (latest). Use for AI chat interfaces, text generation, structured output, tool calling, agents, MCP, streaming, embeddings, and multi-provider support.
| name | unit-converter |
| description | Convert between common units using a multiplication factor. Use when asked to convert miles, kilometers, pounds, or kilograms. |
When the user requests a unit conversion:
references/unit-conversion-table.md to find the correct factorscripts/convert-units.py script with --value <number> --factor <factor> (e.g. --value 26.2 --factor 1.60934)