cli — community community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for ATProto Agents needing record CRUD operations via CLI interfaces. cli for atproto record CRUD

zzstoatzz zzstoatzz
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The cli skill by zzstoatzz is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for ATProto Agents needing record CRUD operations via CLI interfaces.

Core Value

Empowers agents to perform ATProto record operations using the `uvx pdsx` command, supporting authentication via handle and password or env vars like `ATPROTO_HANDLE` and `ATPROTO_PASSWORD`, and enabling interactions with ATProto repositories.

Capabilities Granted for cli

Automating ATProto record creation with `uvx pdsx create`
Listing ATProto records using `uvx pdsx ls`
Updating ATProto records with authenticated writes

! Prerequisites & Limits

  • Requires ATProto repository URL via `-r/--repo`
  • Writes require authentication via `--handle` and `--password` or env vars
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

cli

Install cli, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

pdsx CLI

Use uvx pdsx (or uv run pdsx for local dev) for ATProto record operations.

Authentication

Reads don't need auth, just -r/--repo. Writes need --handle and --password:

bash
1# reads - no auth 2uvx pdsx -r someone.bsky.social ls app.bsky.feed.post 3 4# writes - auth required 5uvx pdsx --handle you.bsky.social --password xxxx-xxxx create app.bsky.feed.post text='hello'

You can also set env vars: ATPROTO_HANDLE, ATPROTO_PASSWORD

Commands

CommandAliasesDescription
listlslist records in a collection
getcatget a specific record
createtouch, addcreate record(s)
updateeditupdate record(s)
deletermdelete record(s)
upload-blob-upload image/video
whoamime, identityshow authenticated identity

Examples

bash
1# list posts from someone 2uvx pdsx -r zzstoatzz.io ls app.bsky.feed.post 3 4# get a specific post 5uvx pdsx get at://did:plc:xxx/app.bsky.feed.post/abc123 6 7# get someone's profile 8uvx pdsx -r zzstoatzz.io get app.bsky.actor.profile/self 9 10# create a post 11uvx pdsx --handle you.bsky.social --password $APP_PASSWORD create app.bsky.feed.post text='hello from pdsx' 12 13# check who you're authenticated as 14uvx pdsx --handle you.bsky.social --password $APP_PASSWORD whoami 15 16# delete a post 17uvx pdsx --handle you.bsky.social --password $APP_PASSWORD rm at://did:plc:xxx/app.bsky.feed.post/abc123

Batch Operations

Pipe JSONL to stdin for batch operations:

bash
1# batch create 2echo '{"text":"post 1"} 3{"text":"post 2"}' | uvx pdsx --handle ... create app.bsky.feed.post 4 5# batch delete 6echo 'at://did:plc:xxx/app.bsky.feed.post/abc123 7at://did:plc:xxx/app.bsky.feed.post/def456' | uvx pdsx --handle ... rm 8 9# batch update (JSONL with uri field) 10echo '{"uri":"at://...","text":"updated text"}' | uvx pdsx --handle ... update

Output Formats

Use -o/--output for different formats:

bash
1uvx pdsx -r someone.bsky.social ls app.bsky.feed.post -o json 2uvx pdsx -r someone.bsky.social ls app.bsky.feed.post -o yaml 3uvx pdsx -r someone.bsky.social ls app.bsky.feed.post -o table 4uvx pdsx -r someone.bsky.social ls app.bsky.feed.post -o compact # default for list

Common Collections

CollectionPurpose
app.bsky.feed.postposts
app.bsky.actor.profileprofile (rkey is self)
app.bsky.feed.likelikes
app.bsky.feed.repostreposts
app.bsky.graph.followfollows

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is cli?

Perfect for ATProto Agents needing record CRUD operations via CLI interfaces. cli for atproto record CRUD

How do I install cli?

Run the command: npx killer-skills add zzstoatzz/pdsx/cli. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for cli?

Key use cases include: Automating ATProto record creation with `uvx pdsx create`, Listing ATProto records using `uvx pdsx ls`, Updating ATProto records with authenticated writes.

Which IDEs are compatible with cli?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for cli?

Requires ATProto repository URL via `-r/--repo`. Writes require authentication via `--handle` and `--password` or env vars.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add zzstoatzz/pdsx/cli. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use cli immediately in the current project.

Related Skills

Looking for an alternative to cli or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI