ワンクリックで
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. |
| license | MIT |
| compatibility | Works with any model that supports tool use. |
| allowed-tools | convert |
| metadata | {"author":"agent-framework-samples","version":"1.0"} |
When the user requests a unit conversion:
references/CONVERSION_TABLES.md to find the correct factorscripts/convert.py script with --value <number> --factor <factor> (e.g. --value 26.2 --factor 1.60934)