47thtechcorner

RayCodes GenericAgent — AI skill for Claude Code

AI community

Autonomous web form automation that learns from itself — powered by GenericAgent, a local Ollama LLM (gemma4-nothink), and a Twitter/X lookalike dum.

How to install RayCodes GenericAgent

This entry records only its repository, not the path inside it, so there is no exact command to give. Open 47thtechcorner/RayCodes_GenericAgent and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What RayCodes GenericAgent does

Autonomous web form automation that learns from itself — powered by GenericAgent, a local Ollama LLM (gemma4-nothink), and a Twitter/X lookalike dum.

Alternatives in AI

  • Deepseek Pp — DeepSeek Web browser extension: AI agent workspace with MCP tools, memory, Skills, automation, web search, and 1.7k ★
  • Iai Personal Memory Engine — A cyber brain for your AI 866 ★
  • DontFeedTheAI — Transparent anonymization proxy for AI-assisted pentesting 654 ★

README

🌱 GenericAgent Self-Evolving Web UI Filler

**Autonomous web form automation that learns from itself** — powered by [GenericAgent](https://github.com/lsdefine/GenericAgent), a local Ollama LLM (`gemma4-nothink`), and a Twitter/X lookalike dummy site.


📺 Demo Flow

First Run:   [Ollama: gemma4-nothink] → [Selenium fills form] → [Tweet posted] → [Skill saved]
Later Runs:  [Skill file found] → [exec()] → [Tweet posted] — ZERO LLM tokens used

🗂️ Project Structure

Generic Agent/
├── GenericAgent/            ← Cloned GenericAgent framework (the engine)
│   └── mykey.py             ← Ollama API config (you edit this)
├── dummy_site/
│   ├── index.html           ← Twitter/X lookalike UI
│   ├── server.py            ← Flask REST server (port 5050)
│   └── static/
│       └── style.css        ← Dark-mode glassmorphism stylesheet
├── skills/
│   └── fill_tweet.py        ← AUTO-GENERATED on first success (crystallized skill)
├── agent_filler.py          ← Main entry point / orchestrator
└── README.md                ← This file

🧰 Tech Stack

Layer Technology Why
Agent Framework GenericAgent v1.0 Self-evolving skill tree, 6x fewer tokens than alternatives
LLM gemma4-nothink:latest via Ollama Local, fast (no CoT thinking tokens), privacy-preserving
Ollama API OpenAI-compat /v1/chat/completions Drop-in format, works with GenericAgent's oai_* config
Browser Automation Selenium + webdriver-manager Headful Chrome control, auto-installs correct ChromeDriver
Dummy Site Flask + Vanilla HTML/CSS Zero framework overhead, runs instantly
Styling Inter font, dark glassmorphism Twitter/X visual fidelity

🔑 Code Walkthrough

`GenericAgent/mykey.py` — LLM Configuration

oai_ollama_config = {
    'apikey':   'ollama'