agentuity-cli-project-import
Import or register a local project with Agentuity Cloud. Requires authentication. Use for project management operations
Best use case
agentuity-cli-project-import is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Import or register a local project with Agentuity Cloud. Requires authentication. Use for project management operations
Teams using agentuity-cli-project-import should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agentuity-cli-project-import/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agentuity-cli-project-import Compares
| Feature / Agent | agentuity-cli-project-import | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Import or register a local project with Agentuity Cloud. Requires authentication. Use for project management operations
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Project Import
Import or register a local project with Agentuity Cloud
## Prerequisites
- Authenticated with `agentuity auth login`
## Usage
```bash
agentuity project import [options]
```
## Options
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--dir` | string | Yes | - | Directory containing the project (default: current directory) |
| `--validateOnly` | boolean | Yes | - | Only validate the project structure without prompting |
## Examples
Import project in current directory:
```bash
bunx @agentuity/cli project import
```
Import project from specified directory:
```bash
bunx @agentuity/cli project import --dir ./my-agent
```
## Output
Returns JSON object:
```json
{
"success": "boolean",
"projectId": "string",
"orgId": "string",
"region": "string",
"status": "string",
"message": "string"
}
```
| Field | Type | Description |
|-------|------|-------------|
| `success` | boolean | Whether the import succeeded |
| `projectId` | string | Project ID if imported |
| `orgId` | string | Organization ID |
| `region` | string | Region |
| `status` | string | The result status of the import |
| `message` | string | Status message |Related Skills
imports-aliasing
Recommends using aliased imports as defined in svelte.config.js. This improves code organization and readability, especially when dealing with complex project structures.
import-organization
Order imports by: built-in modules, external packages, internal modules, relative imports Use when maintaining consistent code style. Style category skill.
import-existing-ai-config
Import existing AI tool configurations (from Claude, Copilot, or Cursor) into universal-ai-config templates. Converts target-specific files into universal templates.
ck:project-management
Track progress, update plan statuses, manage Claude Tasks, generate reports, coordinate docs updates. Use for project oversight, status checks, plan completion, task hydration, cross-session continuity.
chatgpt-import
Import ChatGPT conversation history into OpenClaw's memory search. Use when migrating from ChatGPT, giving OpenClaw access to old conversations, or building a searchable archive of past chats.
audit-and-add-project-skills
Audits project skills in .agent/skills/ and Codex skills for Cursor compatibility, then helps add compatible skills to .cursor/skills/. Use when the user wants to migrate project skills to Cursor, check if skills work with Cursor, or add existing skills to Cursor.
agentuity-cli-cloud-queue-stats
View queue analytics and statistics. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-auth-login
Login to the Agentuity Platform using a browser-based authentication flow. Use for managing authentication credentials
agent-project-manager
Expert project manager specializing in project planning, execution, and delivery. Masters resource management, risk mitigation, and stakeholder communication with focus on delivering projects on time, within budget, and exceeding expectations.
writing-project-technical-writing
Writes technical prose (READMEs, ADRs, code comments) in the project's established human voice. Use when creating or editing .md files, writing Swift doc comments, authoring ADRs, or reviewing technical writing for voice consistency.
Project Setup and CCAGI Integration
Complete project initialization including Node.js/TypeScript setup, GitHub integration, and CCAGI framework integration. Use when creating new projects or integrating CCAGI components.
gsd:workflow:resume-project
Workflow for resuming a paused project