ソース情報
- リポジトリ
- jaylikesbunda/OSAgent
- ソースの最終更新活動
- 2026年4月6日 07:02
- 検出された SKILL.md の言語
- 英語
- スター
- 6
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/jaylikesbunda/OSAgent --skill my-skillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | my-skill |
| description | Description of what this skill does |
| emoji | 🔧 |
| requires | {"bins":["required-cli-tool"]} |
| config | [{"name":"MY_API_KEY","type":"api_key","description":"API key for the service","required":true},{"name":"MY_VARIABLE","type":"string","description":"Description of this config value","required":true},{"name":"OPTIONAL_VAR","type":"string","description":"Optional setting with a default","required":false,"default":"default-value"}] |
| actions | [{"name":"example_http","description":"Example HTTP action that calls an external API","type":"http","method":"POST","url":"https://example.com/api/endpoint","headers":{"Authorization":"Bearer {{ config.MY_API_KEY }}","Accept":"application/json"},"body":{"key":"{{ config.MY_VARIABLE }}","arg":"{{ args.arg }}"},"parameters":["[Truncated]"]}] |
Brief description of what this skill enables the agent to do.
example_http(arg) demonstrates an HTTP-backed skill action.| Variable | Description | Required |
|---|---|---|
MY_API_KEY | API key for the service | Yes |
MY_VARIABLE | Description of this config | Yes |
OPTIONAL_VAR | Optional setting | No |
brew install my-cli-tool (or download from https://example.com)When enabled, the agent can use this skill to perform actions like: