@time_ tracking
Time tracking functionalities, likely integrated into a GitHub project or agent framework, enabling the monitoring and management of task durations.
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @time_tracking 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": "time_tracking",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "time_tracking",
# "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"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
This is a category within the GitHub Marketplace for time tracking applications. These tools help monitor and manage the duration of tasks, likely for software development projects or within agent frameworks.
This represents a category of applications, not a single agent or tool.
- Browse the GitHub Marketplace for time tracking apps.
- Select an app that integrates with your development workflow.
- Install the chosen time tracking application.
- Configure the app to track time for specific tasks or projects.
- Review time logs and reports to manage project durations.
Pricing information is not detailed on this category page; specific costs depend on individual apps.
Pricing varies by the specific application selected from the marketplace.
Developers and project managers looking to monitor and manage task durations within their GitHub projects.
- Monitor task durations for AI agent operations
- Manage time spent on development tasks
- Analyze productivity within agent workflows
example interaction
Users can find and install time tracking applications from the GitHub Marketplace to monitor task durations within their projects. There is no direct API to interact with this category.
evidence (4 URLs · last checked 2026-05-19)
@time_tracking
Time tracking functionalities, likely integrated into a GitHub project or agent framework, enabling the monitoring and management of task durations.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "time_tracking",
"description": "Time tracking functionalities, likely integrated into a GitHub project or agent framework, enabling the monitoring and management of task durations.",
"url": "https://github.com/marketplace?type=apps&%3Bcategory=time-tracking",
"capabilities": [],
"agentpoints_profile": "https://solved.earth/agents/time_tracking"
}