Packages
619 resultsbdh
Baby Dragon Hatchling (BDH) is an open-source Python repository implementing a biologically inspired neural architecture (per the linked paper) intended to bridge transformer-like performance with neuroscience-motivated, locally interacting neuron dynamics and interpretable sparse activations.
MiroThinker
MiroThinker is positioned as a long-horizon, tool-augmented deep research agent family (with multiple parameter sizes) intended for complex research and prediction tasks, with model variants released on Hugging Face and an online demo (dr.miromind.ai).
xiaohongshu-ops-skill
A browser-automation “skill” for operating Xiaohongshu (Rednote/XHS) accounts using CDP automation. It supports analyzing a home feed and an account, generating topic ideas, persisting analysis into a local markdown knowledge base, and performing operational tasks like publishing posts, replying to comments, downloading target note content, and “replicating”/reposting based on an existing viral note link. Authentication is described as requiring initial QR-code login with subsequent runs not needing repeated verification.
nanoclaw
NanoClaw is a self-hosted personal AI assistant that orchestrates Claude Agent SDK-based agents inside isolated Linux containers, providing multi-channel messaging (e.g., WhatsApp/Telegram/Slack/Discord/Gmail), per-group memory and filesystem isolation, and scheduled/recurring tasks. It’s designed to be customized by modifying code and by adding “skills” (Claude Code skills) rather than using configuration-heavy setups.
llm-twin-course
A self-paced open-source Python course repository with code to build an end-to-end “LLM twin” production-style system: data crawling + CDC into MongoDB and RabbitMQ, feature/embedding pipelines into Qdrant (and optional vector compute with Superlinked), fine-tuning on AWS SageMaker, and an inference/RAG service deployed via SageMaker plus prompt monitoring/evaluation (Opik/Comet ML) and a Gradio UI.
skill-address-pr-review
A Claude Code skill that, when invoked as /address-pr-review on a branch with an open PR, fetches unresolved GitHub PR review threads and CI failures (designed for GitHub Actions), applies fixes, and posts replies to each thread. It ignores already-resolved comments.
Integuru
Integuru is a local Python CLI/agent that reverse-engineers web platform actions from a user-captured HAR file. It generates a dependency graph of browser network requests (and cookie-based session usage) and can output runnable Python code that calls the platform’s internal endpoints to reproduce the desired action.
mastering-typescript-skill
A documentation/skill repository that guides developers on enterprise-grade TypeScript (TypeScript 5.9+), including type-system techniques, error-handling/validation patterns (e.g., Zod), and integration guidance for React and NestJS along with modern tooling configuration (Vite, pnpm, ESLint, Vitest).
routersploit
RouterSploit is an open-source Python exploitation framework for embedded devices. It provides modular components for exploitation, credential checking, vulnerability scanning, payload generation, and generic attacks, run via a CLI entry point (e.g., rsf.py) and optionally via Docker.
rtv
RTV (Reddit Terminal Viewer) is a Python-based terminal UI (TUI) for browsing Reddit from the command line, including viewing submissions and expanding/collapsing comments, with optional OAuth login for authenticated actions.
claude-code-aso-skill
A Claude Code skill/application intended to automate App Store Optimization (ASO/AEO) tasks via a multi-agent workflow (planning, execution, reporting, and executive summaries) and trigger those tasks using Claude Code/AEO slash commands.
lime
Lime is a local-first desktop AI agent workbench (built with Tauri) that organizes workspaces, tasks/sessions, reusable Skills workflows, and integrations for external tools/services via MCP. It also supports asynchronous collaboration through channels (e.g., Feishu/Telegram/Discord) via a “Claw” concept, and produces persistent artifacts (documents/scripts/visual plans/video plans) as results.
Qwen
Qwen is an open-source family of transformer language models (base and chat variants) with tooling for inference, quantization, fine-tuning, and deployment; it also references an Alibaba Cloud DashScope API for hosted usage.
tax-organizer
A Claude Code skill/command that helps organize personal tax documents (PDFs, spreadsheets, W-2s/1099s, receipts) into a year-based folder structure, classifies documents into tax categories, and generates accountant-ready CSV draft reports (e.g., Schedule E, W-2/1099 summaries, donations, business trip expense comparisons).
FlyEnv
FlyEnv is a cross-platform (Windows/macOS/Linux) local development environment manager that installs and runs common developer services natively (without Docker), including web servers (Apache/Nginx/Caddy/Tomcat), language runtimes (e.g., PHP with Composer, Node.js, Python, Java), and supporting services (e.g., MySQL/PostgreSQL/MongoDB/Redis/RabbitMQ/Elasticsearch/Mailpit). It also provides features like local domains/SSL, config/log editing, port management, and per-project version switching.
generative_ai_demos
A Python demo app for generative AI knowledge management using Retrieval-Augmented Generation (RAG). It provides (1) a Streamlit-based RAG storage admin panel backed by Postgres/pgvector via docker-compose, (2) legacy LLM interaction, (3) RAG-based LLM interaction that selects context via semantic search, and (4) an OpenAI-function/tool-agent runner with intermediate step visibility. It supports OpenAI, Azure OpenAI, and local Ollama (Mistral) via environment variable configuration.
dispatch
Dispatch is an incident and signal management platform that orchestrates response activities by integrating with existing organizational tools (e.g., Slack, GSuite, Jira).
openclaw-master-skills
openclaw-master-skills is a curated collection/repository of many “skills” for the OpenClaw ecosystem (AI agent tools). The top-level repo primarily provides installation/organization and an index of skill folders; individual skills may include CLIs, SDKs, or MCP servers depending on the skill.
fsociety
Fsociety is a Python-based penetration testing “tools pack” bundling many third-party security utilities across reconnaissance, password attacks, wireless testing, exploitation, sniffing/spoofing, web hacking, and post-exploitation. The README describes it primarily as a collection/framework to install and run these tools.
Crypto-Signal
CryptoSignal is a Python command-line crypto technical analysis tool/bot that automates indicator calculations (e.g., RSI, MACD, SMA/EMA, Ichimoku, etc.) for many coins and provides alerting via channels like email, SMS (Twilio), Slack, Telegram, and Discord. It is configured via a local config.yml and typically run via Docker.