Obenegu OpenClaw Workspace
Summary
A company assistant workspace configured for Genuka staff. The workspace provides a multi-skill assistant that handles currency conversion, meeting management, code documentation, and software engineering tasks. Designed for professional business use with per-workspace credential isolation.
Included Assets
Core Configuration
- AGENTS.md — Session behavior and memory protocols
- SOUL.md — Assistant identity and core rules (represents Genuka)
- TOOLS.md — Local environment notes and device configuration
Skills
| Skill | Purpose |
|---|---|
summarize | Summarize URLs, files, PDFs, and YouTube videos using the summarize CLI |
code-docs | Explain functions, methods, classes, and code blocks (Python, PHP, JavaScript, TypeScript, React, Next.js) |
coding-agent | Run Codex CLI, Claude Code, or OpenCode for quick coding tasks |
coding-pipeline | Multi-agent software engineering pipeline (Planner → Developer → Reviewer) |
currency-converter | Convert USD, EUR, GBP to XAF using live exchange rates |
fathom-meetings | Fetch meeting transcripts and summaries from Fathom AI |
meeting-report | Generate structured meeting reports from transcripts |
nano-pdf | PDF handling utilities |
Helper Scripts
skills/fathom-meetings/scripts/get_last_meeting.pyskills/fathom-meetings/scripts/get_meeting.py
How to Use
Currency Conversion
Trigger phrases: "convertis", "convert", "combien en CFA", "$49", "USD", "EUR"
"convertis $49" → Returns XAF amount
"quel est le taux du dollar aujourd'hui" → Returns current rate
Code Documentation
Trigger phrases: "what does [function] do?", "explain this code", "how do I use [method]?"
Coding Tasks
- Quick task: Use
coding-agent("run codex", "spawn claude code") - Complex task: Use
coding-pipeline(bug fixes, features, code review)
Meeting Management
- Configure Fathom API key in
.fathom-config.json - Ask to retrieve meeting transcripts or summaries
Notes
- Credentials are isolated per workspace. The
.coding-credentials.jsonfile must exist for git operations. - Fathom integration requires
.fathom-config.jsonwithapi_keyfield. - Currency conversion uses the free open.er-api.com API (no key required).
- The assistant operates as Genuka's voice and does not reference underlying technology.
还没有评论。