Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claw-bench/claw-bench
/ functions
Functions
7,113 in github.com/claw-bench/claw-bench
⨍
Functions
7,113
◇
Types & classes
369
↳
Endpoints
89
↓ 1 callers
Function
is_eligible
(age, min_age)
tasks/debugging/debug-002/environment/data/calculator.py:8
↓ 1 callers
Function
is_float_str
(s)
tasks/content-analysis/cont-003-readability-audit/verifier/test_output.py:19
↓ 1 callers
Method
list_comments
List all comments for a given post.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:100
↓ 1 callers
Method
list_posts
List posts with optional status filter and pagination.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:67
↓ 1 callers
Method
list_users
(self)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:27
↓ 1 callers
Function
load
()
leaderboard/src/app/LeaderboardTable.tsx:138
↓ 1 callers
Function
load
()
leaderboard/src/app/compare/CompareContent.tsx:76
↓ 1 callers
Function
load
()
leaderboard/src/app/pareto/ParetoContent.tsx:105
↓ 1 callers
Function
loadAgentHistory
(clawId: string)
leaderboard/src/app/moltbook/[clawId]/page.tsx:25
↓ 1 callers
Function
loadBestPerFramework
()
leaderboard/src/app/compare/page.tsx:16
↓ 1 callers
Function
loadBestPerFramework
()
leaderboard/src/app/capabilities/page.tsx:16
↓ 1 callers
Function
loadCapabilitiesConfig
()
leaderboard/src/app/capabilities/page.tsx:39
↓ 1 callers
Function
loadDomains
()
leaderboard/src/app/domains/page.tsx:15
↓ 1 callers
Function
loadDomains
()
leaderboard/src/app/getting-started/page.tsx:5
↓ 1 callers
Function
loadMatrix
()
leaderboard/src/app/matrix/page.tsx:11
↓ 1 callers
Function
loadModelsConfig
()
leaderboard/src/app/pareto/page.tsx:15
↓ 1 callers
Function
loadParetoData
()
leaderboard/src/app/pareto/page.tsx:39
↓ 1 callers
Function
loadResults
()
leaderboard/src/app/page.tsx:49
↓ 1 callers
Function
loadResults
()
leaderboard/src/app/moltbook/page.tsx:44
↓ 1 callers
Function
load_proposal_from_file
Load a proposal from a local JSON file.
scripts/generate_task_from_proposal.py:67
↓ 1 callers
Function
load_proposal_from_issue
Load a proposal from a GitHub Issue using gh CLI.
scripts/generate_task_from_proposal.py:73
↓ 1 callers
Function
load_schema
Load the task JSON schema.
scripts/validate_all_tasks.py:32
↓ 1 callers
Method
load_skills
(self, skills_dir: str)
src/claw_bench/adapters/openclaw.py:450
↓ 1 callers
Method
load_skills
(self, skills_dir: str)
src/claw_bench/adapters/base.py:45
↓ 1 callers
Function
load_summary
(model: str)
scripts/analyze_results.py:18
↓ 1 callers
Function
lookup_ip
Return (country_code, country_name) for an IP. Returns ("XX", "Unknown") on failure.
src/claw_bench/server/geoip.py:67
↓ 1 callers
Function
main
()
scripts/analyze_results.py:23
↓ 1 callers
Function
main
()
scripts/validate_all_tasks.py:212
↓ 1 callers
Function
main
()
scripts/rotate-tasks.py:129
↓ 1 callers
Function
main
()
scripts/generate_task_from_proposal.py:602
↓ 1 callers
Function
main
()
scripts/enhance_verifiers.py:274
↓ 1 callers
Function
main
()
scripts/fix_task_bugs.py:228
↓ 1 callers
Function
main
()
scripts/generate_sample_results.py:325
↓ 1 callers
Function
main
()
scripts/run_benchmark_50.py:269
↓ 1 callers
Function
main
()
scripts/run_full_benchmark.py:151
↓ 1 callers
Function
main
()
tasks/debugging/debug-003/environment/data/processor.py:27
↓ 1 callers
Function
main
()
tasks/debugging/debug-001/environment/data/buggy.py:21
↓ 1 callers
Function
main
()
tasks/debugging/debug-004/environment/data/main.py:4
↓ 1 callers
Function
normalize_task_data
Normalize task.toml into the same shape used by the runtime loader.
scripts/validate_all_tasks.py:97
↓ 1 callers
Function
parse_issue_body
Parse a GitHub Issue body (from the structured form template) into a proposal dict matching the ExpertProposalInput schema.
scripts/generate_task_from_proposal.py:84
↓ 1 callers
Function
process_data
(data, output_format)
tasks/debugging/debug-004/environment/data/utils.py:20
↓ 1 callers
Function
process_records
(records)
tasks/debugging/debug-003/environment/data/processor.py:16
↓ 1 callers
Function
refresh_task_registry
Re-scan disk and update VALID_TASK_IDS + domains.json. Safe to call anytime.
src/claw_bench/server/submit_api.py:541
↓ 1 callers
Function
rejectPending
(fn: string)
leaderboard/src/app/admin/page.tsx:382
↓ 1 callers
Function
rejectTask
(genId: string)
leaderboard/src/app/admin/page.tsx:487
↓ 1 callers
Function
require_admin
Verify that a token belongs to an admin user. Args: token: The session token to verify. Returns: The authenticated admin Use
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/auth.py:77
↓ 1 callers
Method
reset_daily_counters
Call at midnight to reset daily limits.
src/claw_bench/core/resource_monitor.py:149
↓ 1 callers
Function
restore_tasks
Restore archived tasks from a specific quarter.
scripts/rotate-tasks.py:98
↓ 1 callers
Function
run_oracle
Run the oracle solution and verifier for a task. Returns (success, details).
scripts/validate_all_tasks.py:144
↓ 1 callers
Function
run_task_isolated
Run a single task with model-isolated workspace.
scripts/run_benchmark_50.py:31
↓ 1 callers
Function
saveConfig
(name: string, text: string)
leaderboard/src/app/admin/page.tsx:389
↓ 1 callers
Function
saveTaskGenModel
(modelId: string)
leaderboard/src/app/admin/page.tsx:269
↓ 1 callers
Function
scoreClass
(score: number)
leaderboard/src/app/moltbook/MoltbookContent.tsx:41
↓ 1 callers
Function
scoreClass
(score: number)
leaderboard/src/app/moltbook/[clawId]/AgentHistoryContent.tsx:21
↓ 1 callers
Function
selectFw
(fw: string)
leaderboard/src/app/compare/CompareContent.tsx:139
↓ 1 callers
Function
select_for_rotation
Select tasks for rotation, maintaining domain/level balance. Selects approximately `percent`% of tasks, ensuring at least one task from each
scripts/rotate-tasks.py:56
↓ 1 callers
Function
select_quick_tasks
Select 15 curated tasks for the quick smoke test. Uses the hardcoded QUICK_TASK_IDS list (embedded in code, not external file). Falls back to
src/claw_bench/core/test_tiers.py:72
↓ 1 callers
Method
setup
(self, config: dict)
src/claw_bench/adapters/base.py:26
↓ 1 callers
Function
sign_manifest
Produce an HMAC-SHA256 signature of *manifest_hash* using the identity's key.
src/claw_bench/core/moltbook_registry.py:200
↓ 1 callers
Function
slugify
Convert text to a URL-friendly slug.
scripts/generate_task_from_proposal.py:241
↓ 1 callers
Method
start
Mark the beginning of the timed region.
src/claw_bench/core/metrics.py:33
↓ 1 callers
Function
submit_api
Submit results via the public API endpoint. Reads leaderboard.json (preferred) or summary.json, extracts scores, and POSTs to the server's /a
src/claw_bench/submission/uploader.py:138
↓ 1 callers
Method
supports_skills
(self)
src/claw_bench/adapters/openclaw.py:447
↓ 1 callers
Method
supports_skills
(self)
src/claw_bench/adapters/dryrun.py:109
↓ 1 callers
Method
supports_skills
(self)
src/claw_bench/adapters/base.py:42
↓ 1 callers
Method
teardown
(self)
src/claw_bench/adapters/openclaw.py:444
↓ 1 callers
Method
teardown
(self)
src/claw_bench/adapters/dryrun.py:106
↓ 1 callers
Method
teardown
(self)
src/claw_bench/adapters/base.py:40
↓ 1 callers
Method
to_dict
Serialize to dictionary.
tasks/code-assistance/code-014-multi-file-refactor/environment/data/app/models.py:54
↓ 1 callers
Function
toggleAction
(action: string)
leaderboard/src/app/expert-submit/ExpertSubmitContent.tsx:309
↓ 1 callers
Function
toggleExpertStatus
(un: string, current: string)
leaderboard/src/app/admin/page.tsx:316
↓ 1 callers
Function
tokenize
(text)
tasks/educational-assessment/edu-001-rubric-grading/verifier/test_output.py:80
↓ 1 callers
Function
triggerGenerate
(proposalId: string)
leaderboard/src/app/admin/page.tsx:404
↓ 1 callers
Method
update_post
Update a post's fields.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:74
↓ 1 callers
Method
update_status
(self, task_id: int, status: TaskStatus)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:51
↓ 1 callers
Function
useStats
()
leaderboard/src/app/HomeHeader.tsx:6
↓ 1 callers
Function
validate
()
leaderboard/src/app/expert-submit/ExpertSubmitContent.tsx:319
↓ 1 callers
Function
validate_claw_id
Return an error message if *claw_id* is invalid, else ``None``.
src/claw_bench/core/moltbook_registry.py:57
↓ 1 callers
Function
validate_email
Validate an email address format. Performs basic regex validation. Does not verify that the email actually exists.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/utils.py:21
↓ 1 callers
Function
validate_task_dir
Validate a single task directory. Returns a list of error strings.
scripts/validate_all_tasks.py:113
↓ 1 callers
Function
validate_toml_against_schema
Perform basic validation of task data against the JSON schema. This is a lightweight check that does not require jsonschema; it validates req
scripts/validate_all_tasks.py:38
↓ 1 callers
Function
verify_password
Verify a plaintext password against a bcrypt hash.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/auth.py:26
↓ 1 callers
Function
write_task_files
Write generated files to disk. Returns list of created file paths.
scripts/generate_task_from_proposal.py:574
Function
AdminPage
()
leaderboard/src/app/admin/page.tsx:169
Function
AgentHistoryContent
({ clawId, displayName, framework, model, submitter, history, }: AgentHistoryContentProps)
leaderboard/src/app/moltbook/[clawId]/AgentHistoryContent.tsx:27
Function
AgentHistoryPage
({ params, }: { params: Promise<{ clawId: string }>; })
leaderboard/src/app/moltbook/[clawId]/page.tsx:54
Function
Btn
({ children, onClick, variant = "primary", disabled = false }: { children: React.ReactNode; onClick: () => v
leaderboard/src/app/admin/page.tsx:129
Function
CapabilitiesContent
({ bestPerFw, capabilities, taskCounts }: CapabilitiesContentProps)
leaderboard/src/app/capabilities/CapabilitiesContent.tsx:55
Function
CapabilitiesPage
()
leaderboard/src/app/capabilities/page.tsx:49
Function
CompareContent
({ data: initialData }: CompareContentProps)
leaderboard/src/app/compare/CompareContent.tsx:71
Function
ComparePage
()
leaderboard/src/app/compare/page.tsx:50
Function
DomainTable
({ domains, title, accent, t }: { domains: DomainData[]; title: string; accent: string; t: (key: strin
leaderboard/src/app/domains/DomainsContent.tsx:101
Function
DomainsContent
({ domains, totals }: DomainsContentProps)
leaderboard/src/app/domains/DomainsContent.tsx:180
Function
DomainsPage
()
leaderboard/src/app/domains/page.tsx:25
Function
ExpertSubmitContent
()
leaderboard/src/app/expert-submit/ExpertSubmitContent.tsx:189
Function
ExpertSubmitPage
()
leaderboard/src/app/expert-submit/page.tsx:3
Function
GetUserByEmail
Fetch a user record by email address.
tasks/cross-domain/xdom-002-code-review-report/environment/data/pull_request.py:11
Function
GettingStartedContent
({ domains }: { domains: DomainInfo[] })
leaderboard/src/app/getting-started/GettingStartedContent.tsx:34
Function
GettingStartedPage
()
leaderboard/src/app/getting-started/page.tsx:15
Function
HomeFooter
()
leaderboard/src/app/HomeHeader.tsx:177
← previous
next →
401–500 of 7,113, ranked by callers