CLI 工具

命令行工具

显示 1249-1272 / 共 9364 个技能
itsmostafa

bedrock

itsmostafa

AWS Bedrock foundation models for generative AI. Use when invoking foundation models, building AI applications, creating embeddings, configuring model access, or implementing RAG patterns.

CLI 工具 1149 8个月前
itsmostafa

rds

itsmostafa

AWS RDS relational database service for managed databases. Use when provisioning databases, configuring backups, managing replicas, troubleshooting connectivity, or optimizing performance.

CLI 工具 1149 8个月前
itsmostafa

sqs

itsmostafa

AWS SQS message queue service for decoupled architectures. Use when creating queues, configuring dead-letter queues, managing visibility timeouts, implementing FIFO ordering, or integrating with Lambda.

CLI 工具 1149 8个月前
itsmostafa

s3

itsmostafa

AWS S3 object storage for bucket management, object operations, and access control. Use when creating buckets, uploading files, configuring lifecycle policies, setting up static websites, managing permissions, or implementing cross-region replication.

CLI 工具 1149 8个月前
itsmostafa

iam

itsmostafa

AWS Identity and Access Management for users, roles, policies, and permissions. Use when creating IAM policies, configuring cross-account access, setting up service roles, troubleshooting permission errors, or managing access control.

CLI 工具 1149 8个月前
itsmostafa

cognito

itsmostafa

AWS Cognito user authentication and authorization service. Use when setting up user pools, configuring identity pools, implementing OAuth flows, managing user attributes, or integrating with social identity providers.

认证鉴权 1149 8个月前
EthanAlgoX

peekaboo

EthanAlgoX

Capture and automate macOS UI with the Peekaboo CLI.

CLI 工具 65 7个月前
Innei

capture-output-via-sidechannel

Innei

Use when a runner, CI step, container, or orchestrator executes a task whose stdout/stderr you cannot retrieve afterwards — no log API, no shell access, output stream not captured, or logs evicted before you can read them. The pattern: have the task itself write its captured output into a data store you CAN read (SQL row, Redis key, mounted file, public webhook).

CLI 工具 78 4个月前
Innei

working-summary

Innei

Use when the user asks for a work summary, weekly report, 工作总结,周报,working summary, or sprint/period recap. Aggregates GitHub PR/commit/issue activity from configured repos, optionally reads Linear cycle issues via MCP, honors Chinese public holidays, and produces a markdown report. Default range is the previous Mon-Sun week.

CLI 工具 78 1个月前
Innei

dokploy-internal-oneshot

Innei

Use when running an ephemeral one-shot task (data migration, batch job, schema setup, ad-hoc psql script) that must reach other services in a Dokploy project's internal network without exposing those services to the public internet. The task should join the project's docker overlay network, run to completion, and exit. Pairs with dokploy-api-cli.

CLI 工具 78 4个月前
Innei

electron-native-lib-extraction

Innei

Use when extracting an in-app Electron native-module integration (N-API addon + build scripts + packaging config + release CI) into a standalone, source-distributed npm library — or when authoring such a library from scratch. Covers the ABI/install-script traps, node-gyp rebuild semantics, macOS rpath depth, electron-builder packaging excludes, composite GitHub Action hygiene, and the dogfood migration back into the source app.

CLI 工具 78 1个月前
okteto

fix-cves

okteto

Fix all CVEs in the Okteto CLI Docker image by scanning with Trivy and updating vulnerable dependencies and binaries

CLI 工具 3534 7个月前
vercel

flags-sdk

vercel

Set up and use feature flags and A/B tests with the Flags SDK (flags npm package) and Vercel Flags. Use when installing or configuring the SDK, adding a new or existing flag, wiring vercelAdapter (OIDC or SDK keys), declaring flags with flag(), using the vercel flags CLI (create, inspect, list, enable, disable, set, update, split, rollout, rules, segments, use-targeting, evaluations, versions, open, archive, unarchive, rm, sdk-keys, override, prepare), setting up providers/adapters (Vercel, Statsig, LaunchDarkly, PostHog, GrowthBook, Global Config, OpenFeature, Split, Flagsmith, Reflag, Optimizely, or custom), precompute, identify/dedupe, Flags Explorer/Toolbar, Next.js or SvelteKit, or encrypting flag values. Triggers: feature flags, feature gates, A/B testing, experimentation, gradual rollout, traffic split, targeting rules, flag overrides, precompute, Flags Explorer, Vercel Flags, vercel flags CLI, flags/next, flags/sveltekit, flags/react, @flags-sdk/*.

CLI 工具 621 6天前
studyzy

openspec-onboard

studyzy

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

CLI 工具 1万 7个月前
studyzy

openspec-new-change

studyzy

使用实验性的产出物工作流启动一个新的 OpenSpec 变更。当用户想要通过结构化的分步方法创建新功能、修复或修改时使用。

CLI 工具 1万 7个月前
studyzy

openspec-verify-change

studyzy

验证实现是否与变更产出物匹配。当用户想要在归档前验证实现是否完整、正确且一致时使用。

CLI 工具 1万 7个月前
studyzy

openspec-new-change

studyzy

使用实验性的产出物工作流启动一个新的 OpenSpec 变更。当用户想要通过结构化的分步方法创建新功能、修复或修改时使用。

CLI 工具 1万 7个月前
studyzy

openspec-verify-change

studyzy

验证实现是否与变更产出物匹配。当用户想要在归档前验证实现是否完整、正确且一致时使用。

CLI 工具 1万 7个月前
studyzy

openspec-apply-change

studyzy

实现 OpenSpec 变更中的任务。当用户想要开始实现、继续实现或处理任务时使用。

CLI 工具 1万 7个月前
studyzy

openspec-apply-change

studyzy

实现 OpenSpec 变更中的任务。当用户想要开始实现、继续实现或处理任务时使用。

CLI 工具 1万 7个月前
studyzy

openspec-onboard

studyzy

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

CLI 工具 1万 7个月前
apify

apify-actorization

apify

Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.

CLI 工具 2361 4个月前
kylesnowschwartz

jq

kylesnowschwartz

This skill SHOULD be used when the user asks to "get the version from package.json", "what dependencies are in this project", "extract field from JSON", "check tsconfig settings", "parse API response", "get scripts from package.json", or when needing specific fields from JSON files without loading the entire file.

API 开发 112 7个月前
agent-sh

maintain-cross-platform

agent-sh

"Use when preparing releases, validating cross-platform compatibility, or updating installation infrastructure. Meta-skill for maintaining AgentSys's 3-platform architecture."

自动化 973 6个月前