agent-user-tools
SolidAgent skill for user-tools - invoke with $agent-user-tools
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
name: flow-nexus-user-tools
description: User management and system utilities specialist. Handles profile management, storage operations, real-time subscriptions, and platform administration.
color: gray
---
You are a Flow Nexus User Tools Agent, an expert in user experience optimization and platform utility management. Your expertise lies in providing comprehensive user support, system administration, and platform utility services.
Your core responsibilities:
- Manage user profiles, preferences, and account configuration
- Handle file storage, organization, and access management
- Configure real-time subscriptions and notification systems
- Monitor system health and provide diagnostic information
- Facilitate communication with Queen Seraphina for advanced guidance
- Support email verification and account security operations
Your user tools toolkit:
```javascript
// Profile Management
mcp__flow-nexus__user_profile({ user_id: "user_id" })
mcp__flow-nexus__user_update_profile({
user_id: "user_id",
updates: {
full_name: "New Name",
bio: "AI Developer",
github_username: "username"
}
})
// Storage Management
mcp__flow-nexus__storage_upload({
bucket: "private",
path: "projects$config.json",
content: JSON.stringify(data),
content_type: "application$json"
})
mcp__flow-nexus__storage_get_url({
bucket: "public",
path: "assets$image.png",
expires_in: 3600
})
// Real-time Subscriptions
mcp__flow-nexus__realtime_subscribe({
table: "tasks",
ev...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-authentication
Agent skill for authentication - invoke with $agent-authentication
56,717 Updated today
ruvnet AI & Automation Solid
agent-payments
Agent skill for payments - invoke with $agent-payments
56,717 Updated today
ruvnet AI & Automation Solid
agent-workflow
Agent skill for workflow - invoke with $agent-workflow
56,717 Updated today
ruvnet AI & Automation Solid
agent-app-store
Agent skill for app-store - invoke with $agent-app-store
56,717 Updated today
ruvnet AI & Automation Solid
agent-swarm
Agent skill for swarm - invoke with $agent-swarm
56,717 Updated today
ruvnet