Claude-skill-registry agentuity-cli-cloud-secret-push

Push secrets from local .env file to cloud. Requires authentication. Use for Agentuity cloud platform operations

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentuity-cli-cloud-secret-push" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-cloud-secret-push && rm -rf "$T"
manifest: skills/data/agentuity-cli-cloud-secret-push/SKILL.md
safety · automated scan (low risk)
This is a pattern-based risk scan, not a security review. Our crawler flagged:
  • references .env files
Always read a skill's source content before installing. Patterns alone don't mean the skill is malicious — but they warrant attention.
source content

Cloud Secret Push

Push secrets from local .env file to cloud

Prerequisites

  • Authenticated with
    agentuity auth login
  • Project context required (run from project directory or use
    --project-id
    )
  • secret set

Usage

agentuity cloud secret push

Examples

Run push command:

bunx @agentuity/cli secret push

Output

Returns JSON object:

{
  "success": "boolean",
  "pushed": "number",
  "source": "string"
}
FieldTypeDescription
success
booleanWhether push succeeded
pushed
numberNumber of items pushed
source
stringSource file path