Avue
Avue extracts key information from complex documents like PDFs & Word files, streamlining data retrieval and analysis for faster insights.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add avue npx -- -y @trustedskills/avue
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"avue": {
"command": "npx",
"args": [
"-y",
"@trustedskills/avue"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to build admin management systems using Avue, a Vue.js component library. It allows for creating data-driven tables, forms, and CRUD (Create, Read, Update, Delete) components within these systems. The skill leverages global APIs and configurable components like Trees, Uploads, Selectors, and Input fields to streamline development.
When to use it
- Building admin management interfaces with interactive elements.
- Creating data entry forms with validation and complex field types (e.g., trees).
- Implementing CRUD operations on data displayed in tables.
- Customizing user interfaces through internationalization or custom plugins.
- Developing applications requiring file uploads.
Key capabilities
- Creation of data-driven tables, forms, and CRUD components.
- Utilization of global APIs:
$DialogForm,$Clipboard,$ImagePreview,$Export,$Print. - Configuration of Avue components: Tree, Upload, Select, Input.
- Support for internationalization (i18n).
- Ability to implement custom plugins and extensions.
Example prompts
- "Create a form with fields for name and category, using a tree selector for the category field."
- "Build a table displaying data with options for exporting and printing."
- "Show me how to configure a file upload component in Avue."
Tips & gotchas
- This skill utilizes Vue 2.x syntax. Ensure your agent's environment is compatible.
- Refer to the official Avue documentation (https://avuejs.com/) for detailed information and examples.
- The skill’s organization mirrors the structure of the Avue documentation, so look for relevant example files within the
/examples/directory.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.