diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b1e283e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 ImogenLabs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index ba9c40a..663f89d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![npm version](https://img.shields.io/npm/v/@imogenlabs/operator-kit.svg)](https://www.npmjs.com/package/@imogenlabs/operator-kit) [![license](https://img.shields.io/npm/l/@imogenlabs/operator-kit.svg)](https://github.com/smashingtags/operator-kit/blob/main/LICENSE) [![OpenClaw plugin](https://img.shields.io/badge/OpenClaw-plugin-blue)](https://openclaw.ai) +[![NHS Agentic Readiness Score](https://nothumansearch.ai/badge/xquik.com.svg)](https://nothumansearch.ai/site/xquik.com) AI operator scaffold for OpenClaw. One install gives you a complete AI operator setup — identity, memory system, instincts engine, cron jobs, and multi-agent architecture. @@ -128,6 +129,19 @@ openclaw plugins install @martian-engineering/lossless-claw Operator-kit handles the *identity and workspace structure*. Lossless-claw handles the *conversation memory* — DAG-based summarization with incremental compaction so your operator remembers what happened across sessions. +## Companion: TweetClaw For X/Twitter Operators + +For operators that need public X/Twitter workflows, install [TweetClaw](https://github.com/Xquik-dev/tweetclaw) alongside operator-kit: + +```bash +openclaw plugins install @xquik/tweetclaw +openclaw config set tools.alsoAllow '["explore", "tweetclaw"]' +``` + +Use it to scrape tweets, run tweet-scraper workflows, search tweets and tweet replies, export followers, look up users, upload and download media, send direct messages, monitor tweets, handle webhooks, run giveaway draws, and perform approval-gated posting of tweets or tweet replies. + +Keep the Xquik API key in local OpenClaw config or environment variables. Do not store it in generated `TOOLS.md`, memory files, chats, or committed docs. Operator-kit's seeded `ask-before-external` instinct pairs well with TweetClaw: review the structured request before approving any visible X/Twitter action. + ## Inspired By Built from the patterns behind [Imogen](https://imogenlabs.ai), the AI operator at ImogenLabs.