关键词按回车检索;分类和排序切换自动检索 关键词回车检索;分类/排序自动检索
符合当前检索条件的共有 914
Data AI 3 浏览 · 4 下载

crypto-macro-regime

by ClawHub · v1.0.0

Classify current crypto macro regime (Risk-On / Risk-Off / Neutral) using Fear & Greed Index, BTC dominance, Reddit sentiment, on-chain signals, and macro news. Returns regime label, bias direction, and asset-specific adjustments. Use for macro analysis, regime detection, portfolio bias, or market context.

Data AI 3 浏览 · 4 下载

webserp

by ClawHub · v1.0.0

Web search across 7 engines in parallel with browser impersonation. Use when the agent needs current information from the web — news, documentation, recent events, or anything beyond training data. Returns structured JSON (SearXNG-compatible) with title, URL, and content. Uses curl_cffi to mimic real browser fingerprints so requests don't get blocked. Install with `pip install webserp`. No API keys needed.

Data AI 3 浏览 · 4 下载

letsclarify

by ClawHub · v1.0.0

Collect structured human input — approvals, decisions, reviews, data — via web forms. Create a form with a JSON schema, send unique URLs to humans, poll for results. Use when your workflow needs a human in the loop before proceeding.

Data AI 3 浏览 · 4 下载

zettel-brainstormer

by ClawHub · v1.0.0

It reads from your local zettelkasten notes, find a random idea, and find references by links or tags, then expand the idea with the references.

Data AI 3 浏览 · 4 下载

dory-memory

by ClawHub · v1.0.0

File-based memory system for AI agents that forget between sessions. Implements the "Dory-Proof" pattern for continuity across context resets. Use when setting up agent memory, building workspace structure, implementing task tracking, or preventing context-loss errors. Triggers on "memory system", "remember between sessions", "Dory pattern", "agent continuity", or "workspace setup".

Data AI 3 浏览 · 4 下载

web-research-assistant

by ClawHub · v1.0.0

AI-powered web research assistant that leverages BrowserAct API to supplement restricted web access by searching the internet for additional information. Designed for OpenClaw and Claude Code.

Data AI 3 浏览 · 4 下载

webscraper-pulpminer

by ClawHub · v1.0.0

Convert any webpage into structured JSON data using AI. Scrape websites, extract data into custom JSON schemas, and call saved APIs programmatically. Useful for web scraping, data extraction, content monitoring, lead generation, price tracking, and building data pipelines.

Data AI 3 浏览 · 4 下载

desearch-web-search

by ClawHub · v1.0.0

Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and information from across the internet.

Data AI 3 浏览 · 4 下载

docling

by ClawHub · v1.0.0

Extract and parse content from web pages, PDFs, documents (docx, pptx), and images using the docling CLI with GPU acceleration. Use INSTEAD of web_fetch for extracting content from specific URLs when you need clean, structured text. Use Brave (web_search) for searching/discovering pages. Use docling when you HAVE a URL and need its content parsed.