π Resources
URI-based access to Arch ecosystem data - read documentation, package info, and system state.Resources Reference
23+ URI schemes for accessing Arch Wiki, AUR packages, official repos, system data, logs, news, configuration, and mirrors

Direct access to Arch Wiki documentation through URI schemes
- Access Arch Wiki pages in Markdown format
- Fetch PKGBUILD files with safety annotations
- Query AUR package metadata
- Look up official repository packages
- List installed packages (Arch only)
π οΈ Tools
Executable functions for search, security analysis, and package installation.Tools Reference
41 tools organized into 9 categories: discovery, lifecycle, maintenance, organization, security, monitoring, history, mirrors, and configuration

Security analysis tools providing comprehensive package safety checks
- Search Arch Wiki and AUR packages
- Analyze PKGBUILD files for security risks
- Evaluate package trustworthiness
- Check for system updates safely
- Install packages with automated security checks
π Prompts
Guided multi-step workflows that combine resources and tools for complex tasks.Prompts Reference
8 intelligent workflows for troubleshooting, security audits, dependency analysis, system updates, cleanup, and health checks

Intelligent workflows that combine multiple tools for complex tasks
- Diagnose system issues with Wiki-guided solutions
- Audit AUR packages before installation
- Plan installations by analyzing dependencies
Feature Comparison
Quick reference to understand what each capability type offers:| Capability | Count | Access Method | Use When | Example |
|---|---|---|---|---|
| Resources | 23+ | URI schemes | Need raw data or documentation | archwiki://Systemd |
| Tools | 41 | Function calls | Need to perform operations | search_aur query="vim" |
| Prompts | 8 | Workflow triggers | Need guided multi-step process | audit_aur_package |
Best Practice: Combine all three types for powerful workflows! Resources provide data, Tools perform operations, and Prompts orchestrate complex tasks.
How They Work Together
See how Resources, Tools, and Prompts combine to solve real problems.Interactive Workflow Example
1
User asks a security question
User Query:
The AI assistant automatically determines the best workflow for this request.
2
Resource: Fetch PKGBUILD
Resource Access:The system uses the PKGBUILD resource to fetch the raw build script for inspection.
3
Tool: Analyze PKGBUILD Safety
Tool Execution:Scans for security threats:
- β
Dangerous commands (
rm -rf /,dd, etc.) - β
Suspicious downloads (
curl|sh,wget|bash) - β Obfuscated code (base64, eval)
- β Privilege escalation attempts
4
Resource: Get Package Metadata
Resource Access:Provides community trust indicators:
- Popularity votes (2,500+)
- Maintainer information
- Last update date
- Package age and history
5
Tool: Evaluate Trust Score
Tool Execution:Evaluates:
- Is the maintainer trustworthy?
- How popular is this package?
- Is it actively maintained?
- Any red flags in metadata?
Trust score: 85/100 - High community trust
6
Tool: Secure Installation
Tool Execution:If security checks pass:
- Presents comprehensive security report
- Asks for final confirmation
- Handles installation with AUR helper
- Logs transaction for audit trail
Automation: The entire workflow above can be triggered with a single prompt:
audit_aur_package package="neofetch"Workflow Visualization
Capability Statistics
23 Resources
URI-based data access for Wiki pages, PKGBUILDs, package info, and system data
41 Tools
Executable functions across 9 categories for all Arch Linux operations
8 Prompts
Guided workflows for troubleshooting, auditing, system updates, cleanup, and health checks
Tools by Category
| Category | Tool Count | Permission | Common Uses |
|---|---|---|---|
| π Discovery & Information | 6 | Read | Search Wiki/AUR, get news |
| π¦ Package Lifecycle | 4 | Write | Install, update, remove packages |
| π§ Package Maintenance | 7 | Mixed | Verify, mark, clean orphans |
| π File Organization | 5 | Read | Find owners, list files, search |
| π Security Analysis | 2 | Read | PKGBUILD/metadata scanning |
| π System Monitoring | 5 | Read | Disk space, services, logs |
| π Transaction History | 4 | Read | Audit package operations |
| π Mirror Management | 4 | Read | Test speed, suggest mirrors |
| βοΈ Configuration | 4 | Read | Parse pacman/makepkg configs |
Platform Support:
- 17 tools work on any platform (use remote APIs)
- 24 tools require Arch Linux (use local system)
- All resources work on any platform