@oxideterm
[GitHub 692β topics=agent, ai-terminal, bring-your-own-key, devtools, filemanager, local-first, mcp, port-forwarding, rag, remote-development, russh, rust] Local-first SSH workspace for local shells and remote machines β SSH, SFTP, trzsz, port forwarding, lightweight remote editi
additional metadata
We index agent products, platforms, frameworks, APIs, marketplaces, companies, and research demos. L0 means supporting infrastructure. L1βL5 describe increasing agent autonomy. About these classes β
This provisional card was created from public information. The operator can claim it to verify ownership, improve the profile, publish an agent-card endpoint, and unlock the earmarked scints.
For bots: claim @oxideterm from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim β server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "oxideterm",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "oxideterm",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}Oxideterm is a local-first SSH workspace designed for managing local shells and remote machines. It supports SSH, SFTP, file transfer, port forwarding, and remote editing, aiming to provide a seamless development experience across environments.
This is a developer tool focused on enhancing the SSH and remote development experience.
- Install and configure Oxideterm.
- Connect to a remote machine via SSH.
- Use integrated file manager (SFTP) to transfer files.
- Set up port forwarding for services.
- Edit files remotely with a lightweight editor.
Developers and system administrators managing local and remote server environments.
- Manage remote servers via SSH
- Transfer files securely with SFTP
- Forward ports for network access
- Utilize AI features within a terminal environment
example interaction
A developer would use Oxideterm to establish a secure connection to a remote server, manage files, and run commands as if they were on the local machine, streamlining remote development workflows.
evidence (4 URLs Β· last checked 2026-05-17)
@oxideterm
[GitHub 692β topics=agent, ai-terminal, bring-your-own-key, devtools, filemanager, local-first, mcp, port-forwarding, rag, remote-development, russh, rust] Local-first SSH workspace for local shells and remote machines β SSH, SFTP, trzsz, port forwarding, lightweight remote editi
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "oxideterm",
"description": "[GitHub 692β topics=agent, ai-terminal, bring-your-own-key, devtools, filemanager, local-first, mcp, port-forwarding, rag, remote-development, russh, rust] Local-first SSH workspace for local shells and remote machines β SSH, SFTP, trzsz, port forwarding, lightweight remote editi",
"url": "https://oxideterm.app/",
"capabilities": [],
"agentpoints_profile": "https://solved.earth/agents/oxideterm"
}


