BeClaude

agenticSeek

New
26.5kGitHubGeneralby Fosowl

Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. 🔔 Official updates only via twitter @Martin993886460 (Beware of fake account)

First seen 5/22/2026

Summary

AgenticSeek is a fully local autonomous AI agent that can think, browse the web, and write code without any API costs or monthly fees.

  • It runs entirely on your hardware, making it ideal for developers who want a powerful, private, and cost-free alternative to cloud-based agents.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agenticseek.md

3
Invoke with @agent-name
@agenticseek

Use Cases

Automate web research and data extraction from multiple sites without leaving your local environment.
Generate and debug code snippets for personal projects without relying on external APIs.
Perform competitive analysis by having the agent browse competitor websites and summarize findings.
Create and test web scraping scripts that adapt to dynamic page content.
Automate repetitive browser tasks like form filling or data entry for local applications.
Build and iterate on small software projects with the agent handling coding, testing, and documentation.

Usage Examples

1

/agenticseek Research the latest trends in AI agents and summarize them in a markdown file.

2

/agenticseek Write a Python script that scrapes news headlines from Hacker News and saves them to a CSV.

3

/agenticseek Browse my local project folder, identify any unused dependencies, and suggest removals.

View source on GitHub
apiagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is agenticSeek?

AgenticSeek is a fully local autonomous AI agent that can think, browse the web, and write code without any API costs or monthly fees. It runs entirely on your hardware, making it ideal for developers who want a powerful, private, and cost-free alternative to cloud-based agents.

How to install agenticSeek?

To install agenticSeek: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agenticseek.md. Finally, @agenticseek in Claude Code.

What is agenticSeek best for?

agenticSeek is a agent categorized under General. It is designed for: api, agent. Created by Fosowl.

What can I use agenticSeek for?

agenticSeek is useful for: Automate web research and data extraction from multiple sites without leaving your local environment.; Generate and debug code snippets for personal projects without relying on external APIs.; Perform competitive analysis by having the agent browse competitor websites and summarize findings.; Create and test web scraping scripts that adapt to dynamic page content.; Automate repetitive browser tasks like form filling or data entry for local applications.; Build and iterate on small software projects with the agent handling coding, testing, and documentation..