AgentScope
Build transparent, observable AI agents using [AgentScope](https://github.com/agentscopeai/agentscope) — a framework for creating agents you can see, understand, and trust with full execution tracing and debugging.
概要
The AgentScope skill, hosted in the TerminalSkills/skills repository, provides a framework for developing AI agents with a focus on transparency and observability. By integrating the AgentScope framework, this skill allows developers to build agentic workflows where execution tracing and debugging are central features. It is designed for research and data-heavy applications, supporting agents like Claude, Gemini, and Codex. The TerminalSkills/skills project, which maintains a collection of specialized tools with 71 stars on GitHub, ensures that users can monitor agent logic and decision-making processes in real-time. This approach addresses the need for trust and clarity in complex AI interactions, making it a valuable resource for developers seeking granular control over agent behavior and performance analysis.
ユースケース
導入方法
# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/agentscope/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
セキュリティ
Users should review execution tracing logs for sensitive data exposure and ensure the underlying AgentScope framework is configured according to local security policies. Standard precautions for third-party GitHub integrations and Python-based research tools from the TerminalSkills/skills repository apply.
関連Skills
Claude API
anthropics/skills
Claude API / Anthropic SDK のリファレンス — モデルID、料金、パラメータ、ストリーミング、ツール利用、MCP、エージェント、キャッシュ、トークン計測、モデル移行。 TRIGGER — ターゲットファイルを開いて BEFORE を読んでください。「1行だけに見える」という理由でスキップしないでください。プロンプトに Claude/Anthropic の名称(Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`)が含まれる場合、またはユーザーが LLM(料金/モデル選択/制限/キャッシュ)について質問した場合は、常に実行してください。決して回答しないでください。
Doc Coauthoring
anthropics/skills
ドキュメントの共同執筆のための構造化されたワークフローをユーザーに案内します。ユーザーがドキュメント、提案書、技術仕様書、決定文書、または同様の構造化されたコンテンツを作成したい場合に使用します。このワークフローは、ユーザーがコンテキストを効率的に伝達し、反復を通じて内容を洗練させ、ドキュメントが読者にとって適切に機能することを確認するのに役立ちます。ユーザーがドキュメントの作成、提案書の作成、仕様書のドラフト作成、または同様のドキュメント作成タスクに言及したときにトリガーします。
MCP Builder
anthropics/skills
適切に設計されたツールを通じて、LLMが外部サービスと連携できるようにする高品質な MCP (Model Context Protocol) サーバーを作成するためのガイドです。Python (FastMCP) または Node/TypeScript (MCP SDK) を使用して、外部APIやサービスを統合する MCP サーバーを構築する際に使用します。
Skill Creator
anthropics/skills
新しいスキルの作成、既存スキルの修正と改善、およびスキルパフォーマンスの測定を行います。ユーザーがスキルをゼロから作成、既存スキルの編集や最適化、スキルテストのための評価(evals)の実行、分散分析によるスキルパフォーマンスのベンチマーク、またはトリガー精度の向上のためのスキル説明の最適化を行いたい場合に使用します。
CI Cd And Automation
addyosmani/agent-skills
CI/CDパイプラインのセットアップを自動化します。ビルドおよびデプロイパイプラインの設定や変更時に使用します。クオリティゲートの自動化、CIでのテストランナーの設定、またはデプロイ戦略の確立が必要な場合に使用してください。
API And Interface Design
addyosmani/agent-skills
安定した API とインターフェース設計をガイドします。API、モジュール境界、またはパブリックインターフェースの設計時に使用します。REST や GraphQL エンドポイントの作成、モジュール間の型コントラクトの定義、フロントエンドとバックエンドの境界設定を行う際に活用してください。