Auto Context Manager

# Auto Context Manager

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Auto Context Manager" with this command: npx skills add imraxy/auto-context-manager

Auto Context Manager

AI-powered automatic project context management. Detects which project the user is referring to and maintains context awareness.

Activation

Auto-detect on: Use at session start or when context is unclear. Manual call: When user asks about projects or context switching.

Quick Commands

Run from the skill directory:

# Detect project from message
python acm.py detect "your message here"

# List all projects
python acm.py list

# Get current active project
python acm.py current

# Switch to different project
python acm.py switch <project_id>

Usage in Sessions

When user message contains project keywords:

  1. Run python acm.py detect "<message>" to identify context
  2. Use context to prioritize relevant skills/memory
  3. Respond with project-aware knowledge

Example:

User: "Check my portfolio"
-> Detect: financial/trading project
-> Use relevant financial skills
-> Check trading-related memory files

Configuration

Projects are stored in ~/.auto-context/projects.json and can be customized:

{
  "projects": {
    "my-project": {
      "name": "My Project",
      "description": "Project description",
      "keywords": ["keyword1", "keyword2", "keyword3"]
    }
  },
  "current_project": "default"
}

Files

  • auto_context_manager.py - Core module
  • acm.py - CLI wrapper
  • ~/.auto-context/projects.json - Project config (auto-created)

Adding Projects

from auto_context_manager import AutoContextManager
acm = AutoContextManager()
acm.create_project('project_id', 'Project Name', ['keyword1', 'keyword2'], 'Description')

Integration Notes

  • Fully local, no external APIs
  • Data stored in ~/.auto-context/
  • Confidence score indicates match strength
  • Always returns a result (defaults to "default" project)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

CLI-Hub Tools

CLI-Hub工具箱 - 100+ CLI工具一键安装。浏览器自动化、视频编辑、知识管理、AI模型、云服务等。源自HKUDS CLI-Anything项目。

Registry SourceRecently Updated
1290Profile unavailable
Coding

Context Hawk

Pure Python memory manager for preserving and retrieving multi-layered AI memories across sessions, topics, and time without external dependencies.

Registry SourceRecently Updated
2910Profile unavailable
Security

Flue - Control Desktop Software

Let agents control software, including Adobe Photoshop, Illustrator, After Effects, Premiere, Autodesk 3DS Max, Blender, Unity, Houdini, and Microsoft Office.

Registry SourceRecently Updated
9741Profile unavailable
Coding

aiXplain Agent Builder

Design and deploy aiXplain agents with conservative defaults, read-only discovery first, and explicit approval gates for higher-risk actions.

Registry SourceRecently Updated
1100Profile unavailable