This skill should be used when the user needs to search for information, find files, look up content online, or retrieve data without providing input files. Trigger phrases include: - "search for", "find", "look up", "research" - "search the web", "search online", "fetch from URL" - "search files", "scan codebase", "find in project", "grep for" - "get news from", "read hacker news", "check what's trending" Supports multiple search modes: - local: Search local filesystem using Glob, Grep, Read, Bash - web: Search web content using WebSearch, WebFetch - future: Pluggable providers (jina.ai, firecrawl, exa.ai) This is an input-less skill - it executes search missions autonomously.
/plugin marketplace add memorysaver/looplia-core/plugin install memorysaver-looplia-plugins-looplia-core@memorysaver/looplia-coreThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Execute search missions and compile structured results from various sources.
Provide a unified search interface that can:
This skill operates without user-provided input files - it receives a search mission and executes it autonomously.
Search the local environment:
| Tool | Use Case |
|---|---|
Glob | Find files by pattern (e.g., **/*.md, src/**/*.ts) |
Grep | Search file contents for patterns |
Read | Read matched files for content extraction |
Bash | Execute find, ls, or other search commands |
Search web content:
| Tool | Use Case |
|---|---|
WebSearch | Search the web for topics, news, documentation |
WebFetch | Fetch and extract content from URLs |
Future Providers (planned integration):
jina.ai - AI-powered web search and extractionfirecrawl - Web crawling and scrapingexa.ai - Neural search engineExtract from the mission description:
Based on mode:
Local:
1. Use Glob to find matching files
2. Use Grep to search content patterns
3. Use Read to extract relevant sections
4. Compile matched results
Web:
1. Use WebSearch to find relevant pages
2. Use WebFetch to extract content
3. Parse and filter results
4. Compile into structured format
Structure findings into the output schema with:
The skill receives a mission description specifying:
Example missions:
Search for all TODO comments in the src/ directory and compile a list with file locations.
Search Hacker News for the top 5 trending AI stories today and summarize each.
Find all TypeScript files that import from '@looplia-core/core' and list their exports.
{
"query": "original search query/mission",
"mode": "local | web",
"results": [
{
"source": "path/to/file.ts | https://example.com/page",
"type": "file | url",
"title": "Optional title or filename",
"content": "Extracted content or snippet",
"relevance": 0.95,
"metadata": {
"lineNumber": 42,
"matchContext": "surrounding context",
"date": "2025-12-24",
"author": "optional"
}
}
],
"summary": "Brief summary of findings",
"totalMatches": 15,
"compiledAt": "2025-12-24T10:30:00Z"
}
This skill enables input-less workflow steps:
steps:
- id: find-news
skill: search
mission: |
Search Hacker News for today's top 3 AI stories.
Extract title, URL, points, and brief summary for each.
output: outputs/news.json
No input: field required - the skill operates autonomously.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.