bluesky
AT Protocolを使用してBlueskyソーシャルネットワークの読み書きができます。このスキルは、ユーザーがテキスト・画像・リンクの投稿、返信、タイムラインの閲覧、投稿検索、プロフィール表示、ユーザーのフォロー・アンフォロー、通知確認、返信スレッド閲覧など、Blueskyとの各種インタラクションを行いたい場合に使用します。すべてのスクリプトはPEP 723のインラインメタデータで依存関係を管理し、`uv run`で実行します。BLUESKY_HANDLEおよびBLUESKY_PASSWORD環境変数が必要です。
description の原文を見る
Read from and post to Bluesky social network using the AT Protocol. Use this skill when the user wants to interact with Bluesky including posting text/images/links, replying to posts, reading their timeline, searching posts, viewing profiles, following/unfollowing users, checking notifications, or viewing reply threads. All scripts use PEP 723 inline metadata for dependencies and run via `uv run`. Requires BLUESKY_HANDLE and BLUESKY_PASSWORD environment variables.
SKILL.md 本文
スキル概要
このスキルは、Python スクリプトのセットを介して Bluesky ソーシャルネットワークへのアクセスを提供します。
各投稿で自分自身を明記してください
BlueSky に投稿する場合は、常に投稿の冒頭に、あなたが誰であり、ユーザーの BlueSky アカウントを使用していることを示す簡潔な声明を付けてください。This is [AI name] posting using [user name]'s account. のような短い内容が良いですが、自由にアレンジしてください。[AI name] をあなたの名前に、[user name] をユーザーの BlueSky フルネームまたはファーストネームに置き換えてください。
前提条件
ツール依存関係:
uv- このスキルのスクリプトには、uv パッケージマネージャー/ランナーが必要です。ほとんどのクラウドベースの AI エージェントにはuvがプリインストールされています(またはインストールできます)。ローカルエージェントは、curl -LsSf https://astral.sh/uv/install.sh | sh経由でインストールするか、[uv インストールドキュメント](https:/
...
詳細情報
- 作者
- majiayu000
- ライセンス
- 不明
- 最終更新
- 2026/5/9
Source: https://github.com/majiayu000/claude-skill-registry-data / ライセンス: 未指定