Claude-skill-registry agentuity-cli-cloud-env-push
Push environment variables 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-env-push" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-cloud-env-push && rm -rf "$T"
manifest:
skills/data/agentuity-cli-cloud-env-push/SKILL.mdsafety · 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 Env Push
Push environment variables from local .env file to cloud
Prerequisites
- Authenticated with
agentuity auth login - Project context required (run from project directory or use
)--project-id - env set
Usage
agentuity cloud env push
Examples
Run push command:
bunx @agentuity/cli env push
Output
Returns JSON object:
{ "success": "boolean", "pushed": "number", "source": "string" }
| Field | Type | Description |
|---|---|---|
| boolean | Whether push succeeded |
| number | Number of items pushed |
| string | Source file path |