Skip to main content
Run any Skill in Manus
with one click
GitHub repository

opennekaise

opennekaise contains 12 collected skills from OpenNekaise, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
12
Stars
4
updated
2026-05-15
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

update-memory
software-developers

Process recent conversation messages into structured long-term memory. Triggered automatically after conversations end, or by a daily scheduled sweep. Extracts key facts and updates MEMORY.md.

2026-05-15
update-ontology
database-architects

Update the building's ontology with confirmed facts from conversation or daily sweep. Reads the existing ONTOLOGY.ttl, applies changes, writes the full file back. Only persists verified building facts — never speculation or plans.

2026-05-15
audio-reply
software-developers

Convert your text reply to speech using OpenAI's TTS API (/v1/audio/speech). Use ONLY when the user explicitly asks for an audio or voice reply — phrases like "reply with audio", "say it", "send as voice", "respond with audio", "voice message". You write the words; the API just speaks them verbatim. Produces an mp3 (or opus/aac/flac/wav) under /workspace/group/audio/; attach it to your reply by wrapping the path in <file>...</file> tags so the host uploads it to the channel.

2026-05-08
setup
network-and-computer-systems-administrators

Run initial OpenNekaise setup. Slack-first flow: install dependencies, build container, configure Claude auth, configure Slack tokens/channel, configure admin DM, register main context on that DM, and start service.

2026-03-24
ontology-spawn
software-developers

Convert a folder of heterogeneous documents (PDFs, images, markdown, CSV, TTL, spreadsheets, anything) into a building semantic model (.ttl). Point it at a folder, it reads everything, extracts building knowledge, and writes a Turtle RDF file. Use when the user wants to create a knowledge graph from raw building documents.

2026-03-18
simple-graph
database-architects

Work with simple building graphs based on Brick Schema. Organizes building data into Points (sensors/actuators), Groups (logical groupings), and Descriptions (natural-language metadata). Use when working with building knowledge graphs, TTL files, finding sensors/equipment in a building model, or creating building semantic models.

2026-03-18
add-slack
software-developers

Add Slack as a channel. Can replace WhatsApp entirely or run alongside it. Uses Socket Mode (no public URL needed).

2026-02-26
add-telegram
software-developers

Add Telegram as a channel. Can replace WhatsApp entirely or run alongside it. Also configurable as a control-only channel (triggers actions) or passive channel (receives notifications only).

2026-02-26
add-voice-transcription
software-developers

Add voice message transcription to OpenNekaise using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.

2026-02-26
convert-to-apple-container
software-developers

Switch from Docker to Apple Container for macOS-native container isolation. Use when the user wants Apple Container instead of Docker, or is setting up on macOS and prefers the native runtime. Triggers on "apple container", "convert to apple container", "switch to apple container", or "use apple container".

2026-02-26
debug
network-and-computer-systems-administrators

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.

2026-02-26
x-integration
software-developers

X (Twitter) integration for OpenNekaise. Post tweets, like, reply, retweet, and quote. Use for setup, testing, or troubleshooting X functionality. Triggers on "setup x", "x integration", "twitter", "post tweet", "tweet".

2026-02-26