smithery/agentuity

agentuity-cli-cloud-secret-import

Import secrets from a file to cloud and local .env.production. Requires authentication. Use for Agentuity cloud platform operations

Installation

$ npx skills add smithery/agentuity --skill agentuity-cli-cloud-secret-import

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/agentuity · top by installs.

npx skills add smithery/agentuity

Browse all from smithery/agentuity

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.0.105
LicenseApache-2.0
Allowed toolsBash(agentuity:*)
More metadata
command
agentuity cloud secret import
tags
mutating creates-resource slow api-intensive requires-auth requires-project

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,533 B
  • docs SUMMARY.md 172 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Cloud Secret Import

Import secrets from a file to cloud and local .env.production

Prerequisites

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

Usage

agentuity cloud secret import <file>

Arguments

Argument Type Required Description
<file> string Yes -

Examples

Run .env.local command:

bunx @agentuity/cli secret import .env.local

Run .env.production.backup command:

bunx @agentuity/cli secret import .env.production.backup

Output

Returns JSON object:

{
  "success": "boolean",
  "imported": "number",
  "skipped": "number",
  "path": "string",
  "file": "string"
}
Field Type Description
success boolean Whether import succeeded
imported number Number of items imported
skipped number Number of items skipped
path string Local file path where secrets were saved
file string Source file path