Agent Skill
2/7/2026

agentuity-cli-cloud-env-list

List all environment variables. Requires authentication. Use for Agentuity cloud platform operations

A
agentuity
3GitHub Stars
1Views
npx skills add agentuity/examples

SKILL.md

Nameagentuity-cli-cloud-env-list
DescriptionList all environment variables. Requires authentication. Use for Agentuity cloud platform operations
<div align="center"> <img src=".github/Agentuity.png" alt="Agentuity" width="100"/> <br/> <strong>Agentuity Examples</strong> <br/> <strong>Build Agents, Not Infrastructure</strong> <br/> <br />

<a href="https://github.com/agentuity/examples"><img alt="GitHub Repo" src="https://img.shields.io/badge/GitHub-Examples-blue"></a> <a href="https://github.com/agentuity/examples/blob/main/LICENSE.md"><img alt="License" src="https://badgen.now.sh/badge/license/Apache-2.0"></a> <a href="https://discord.gg/agentuity"><img alt="Join the community on Discord" src="https://img.shields.io/discord/1332974865371758646.svg?style=flat"></a>

</div> </div>

Agentuity Examples

Examples for building agents with the Agentuity SDK.

Examples

FolderPurpose
training/Learn Agentuity step by step
existing-apps/Add Agentuity agents to an existing app (e.g., Next.js, TanStack Start)
integrations/Use Agentuity with another library, framework, or SDK
features/See what the platform can do

training/

ExampleDescription
01-hello-worldYour first agent
02-weather-agentExternal API integration
03-conciergeMulti-agent orchestration
04-storage-typesKey-value, object store, vector search
05-deep-researchComplex agent workflows

existing-apps/

ExampleFrameworkDescription
nextjsNext.js App RouterBrownfield translate/history + evals with rewrite or baseUrl modes
tanstack-startTanStack StartBrownfield translate/history + evals with proxy or baseUrl modes
turborepoTurborepoMonorepo with shared schemas

integrations/

IntegrationDescription
mastraMemory, tools, approvals, and network patterns
langchainDynamic models/tools, prompts, streaming, structured output
openaiOpenAI Agents SDK handoffs, tool calling, streaming, context
chat-sdkMulti-platform chatbot (Slack, Discord) with conversation memory
claude-codeClaude Agent SDK chat interface with sandboxed code execution

features/

ExampleDescription
code-runnerParallel sandbox execution + evals
scheduled-digestCron jobs + KV storage + durable streams
web-explorerInteractive sandbox + browser automation
opencode-assistantAsk questions about any GitHub repo via OpenCode

Getting Started

# Clone this repo
git clone https://github.com/agentuity/examples
cd examples

# Pick an example (e.g., training/01-hello-world, integrations/mastra/agent-memory)
cd training/01-hello-world

# Install and run
bun install
bun run dev

New to Agentuity? Try the SDK Explorer in the docs to learn key features and services with interactive examples. Or, start with training/01-hello-world for a more structured, course-like walkthrough.

Contributing

Contributions are welcome! If you have an example you'd like to add, please submit a pull request.

License

See the LICENSE file for details.

Skills Info
Original Name:agentuity-cli-cloud-env-listAuthor:agentuity