sina-semej

Runs SEMEJ browser multi-AI automation chains via Playwright across providers.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Noetfield-Systems/SourceA --skill sina-semej-noetfield-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sina-semej
Source: https://github.com/Noetfield-Systems/SourceA/tree/main/agent-skills/semej
Command: npx skills add https://github.com/Noetfield-Systems/SourceA --skill sina-semej-noetfield-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating browser-based automation across multiple AI providers requires careful state management and strict boundaries around read-only source code, which is error-prone when done manually. ## Core Features & Use Cases - Multi-AI Browser Chains: Runs the SEMEJ automation chain through the hub SEMEJ tab using Playwright-driven Chrome sessions across providers. - State Tracking: Persists chain state in ~/.sina/semej-state.json so runs can be monitored and resumed. - Read-Only SourceA Boundary: Treats ~/Desktop/SourceA/** as read-only and routes hub SEMEJ failures to agent-review instead of patching the command server. - Use Case: Run a Playwright Chrome chain across several AI providers, then send the chain comparison results to the Agent hub research intake for evaluation before changing workflows. ## Quick Start Run the SEMEJ chain from the hub SEMEJ tab and send the comparison results to research intake.

Frequently Asked Questions about sina-semej

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a multi-AI browser automation chain with Playwright?

Run the SEMEJ chain through the hub SEMEJ tab, which drives Playwright-controlled Chrome sessions across providers. Chain state is tracked in ~/.sina/semej-state.json so progress can be monitored.

How do I install Playwright for browser automation?

Install Playwright through the hub Actions interface rather than from a founder Terminal session. This keeps the browser setup consistent with the hub-managed SEMEJ environment.

What should I do when the hub SEMEJ tab is not working?

File an agent-review when the hub SEMEJ tab breaks. Do not patch sina-command-server.py or any file under SourceA yourself, since that directory is read-only.

Can I edit SourceA files while running SEMEJ chains?

No, SourceA is strictly read-only and editing anything under ~/Desktop/SourceA/** is forbidden. All SEMEJ behavior changes go through the hub SEMEJ tab and the agent-review process.

Where does SEMEJ store browser automation state?

SEMEJ stores its chain state in ~/.sina/semej-state.json. Chain comparison results are sent to the Agent hub research intake for evaluation before any workflow changes.